Color Hex Logo

#fd85cb Color Hex

#FD85CB
(253,133,203)
0 Favorites   0 Comments

Color spaces of #fd85cb

RGB 253133203
HSL0.900.970.76
HSV325°47°99°
CMYK 0.000.470.20   0.01
XYZ59.675041.969561.4556
Yxy41.96950.36590.2573
Hunter Lab64.783951.0517-10.8953
CIE-Lab70.849953.7892-15.5427

#fd85cb color RGB value is (253,133,203).

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

The process color (four color CMYK) of #fd85cb color hex is 0.00, 0.47, 0.20, 0.01. Web safe color of #fd85cb is #ff99cc. Color #fd85cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10000101 11001011
Octal 375 205 313
Decimal 253 133 203
Hex FD 85 CB

RGB Percentages of Color #fd85cb

%42.95
%22.58
%34.47

CMYK Percentages of Color #fd85cb

%0
%47
%20
%1

Triadic Colors of #fd85cb

#fd85cb #cbfd85 #85cbfd

Analogous Colors of #fd85cb

#fd85cb #fd858f #f385fd

Monochromatic Colors of #fd85cb

#fd85cb

Complementary Color

#fd85cb #85fdb7

#fd85cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd85cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd85cb Color CSS Codes

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

#fd85cb Text Font Color

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

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


#fd85cb Background Color

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

This div background color is #fd85cb


#fd85cb Border Color

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

This div border color is #fd85cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd85cb


Comments

No comments written yet.

Please login to write comment.