color codes Logo

#fd68a4 color codes

#FD68A4
(253,104,164)
0 Favorites   0 Comments

Color spaces of #fd68a4

RGB 253104164
HSL0.930.970.70
HSV336°59°99°
CMYK 0.000.590.35   0.01
XYZ52.159233.463638.8320
Yxy33.46360.41910.2689
Hunter Lab57.847759.71340.6932
CIE-Lab64.534562.2240-2.9790

#fd68a4 color RGB value is (253,104,164).

#fd68a4 hex color red value is 253, green value is 104 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #fd68a4 hue: 0.93 , saturation: 0.97 and the lightness value of fd68a4 is 0.70.

The process color (four color CMYK) of #fd68a4 color code is 0.00, 0.59, 0.35, 0.01. Web safe color of #fd68a4 is #ff6699. Color #fd68a4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01101000 10100100
Octal 375 150 244
Decimal 253 104 164
Hex FD 68 A4

RGB Percentages of Color #fd68a4

%48.56
%19.96
%31.48

CMYK Percentages of Color #fd68a4

%0
%59
%35
%1

Triadic Colors of #fd68a4

#fd68a4 #a4fd68 #68a4fd

Analogous Colors of #fd68a4

#fd68a4 #fd7768 #fd68ef

Monochromatic Colors of #fd68a4

#fd68a4

Complementary Color

#fd68a4 #68fdc1

#fd68a4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd68a4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd68a4 Color CSS Codes

.mybgcolor {background-color:#fd68a4; } 
.myforecolor {color:#fd68a4; }
.mybordercolor {border:3px solid #fd68a4; }

#fd68a4 Text Font Color

<p style="color:#fd68a4">Text here</p>

This sample text font color is #fd68a4
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#fd68a4 Background Color

<div style="background-color:#fd68a4">
Div content here</div>

This div background color is #fd68a4


#fd68a4 Border Color

<div style="border:3px solid #fd68a4">
Div here</div>

This div border color is #fd68a4


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(253,104,164, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fd68a4; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fd68a4;
  -webkit-box-shadow: 1px 1px 3px 2px #fd68a4;
  box-shadow:         1px 1px 3px 2px #fd68a4; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,104,164, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fd68a4">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #fd68a4;
  -webkit-box-shadow: 1px 1px 3px 2px #fd68a4;
  box-shadow:         1px 1px 3px 2px #fd68a4;">
Div content here</div>

This div box has shadow with color #fd68a4


Comments

No comments written yet.

Please login to write comment.