Color Hex Logo

#fd859b Color Hex

#FD859B
(253,133,155)
0 Favorites   0 Comments

Color spaces of #fd859b

RGB 253133155
HSL0.970.970.76
HSV349°47°99°
CMYK 0.000.470.39   0.01
XYZ54.811940.024335.8469
Yxy40.02430.41940.3063
Hunter Lab63.264843.937110.6906
CIE-Lab69.486847.70329.2910

#fd859b color RGB value is (253,133,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10000101 10011011
Octal 375 205 233
Decimal 253 133 155
Hex FD 85 9B

RGB Percentages of Color #fd859b

%46.77
%24.58
%28.65

CMYK Percentages of Color #fd859b

%0
%47
%39
%1

Triadic Colors of #fd859b

#fd859b #9bfd85 #859bfd

Analogous Colors of #fd859b

#fd859b #fdab85 #fd85d7

Monochromatic Colors of #fd859b

#fd859b

Complementary Color

#fd859b #85fde7

#fd859b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd859b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd859b Color CSS Codes

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

#fd859b Text Font Color

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

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


#fd859b Background Color

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

This div background color is #fd859b


#fd859b Border Color

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

This div border color is #fd859b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd859b


Comments

No comments written yet.

Please login to write comment.