Color Hex Logo

#fd859a Color Hex

#FD859A
(253,133,154)
0 Favorites   0 Comments

Color spaces of #fd859a

RGB 253133154
HSL0.970.970.76
HSV350°47°99°
CMYK 0.000.470.39   0.01
XYZ54.728339.990835.4063
Yxy39.99080.42060.3073
Hunter Lab63.238343.812311.0711
CIE-Lab69.463047.59439.8180

#fd859a color RGB value is (253,133,154).

#fd859a hex color red value is 253, green value is 133 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #fd859a hue: 0.97 , saturation: 0.97 and the lightness value of fd859a is 0.76.

The process color (four color CMYK) of #fd859a color hex is 0.00, 0.47, 0.39, 0.01. Web safe color of #fd859a is #ff9999. Color #fd859a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10000101 10011010
Octal 375 205 232
Decimal 253 133 154
Hex FD 85 9A

RGB Percentages of Color #fd859a

%46.85
%24.63
%28.52

CMYK Percentages of Color #fd859a

%0
%47
%39
%1

Triadic Colors of #fd859a

#fd859a #9afd85 #859afd

Analogous Colors of #fd859a

#fd859a #fdac85 #fd85d6

Monochromatic Colors of #fd859a

#fd859a

Complementary Color

#fd859a #85fde8

#fd859a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd859a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd859a Color CSS Codes

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

#fd859a Text Font Color

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

This sample text font color is #fd859a
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.


#fd859a Background Color

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

This div background color is #fd859a


#fd859a Border Color

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

This div border color is #fd859a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd859a


Comments

No comments written yet.

Please login to write comment.