Color Hex Logo

#fd85cc Color Hex

#FD85CC
(253,133,204)
0 Favorites   0 Comments

Color spaces of #fd85cc

RGB 253133204
HSL0.900.970.76
HSV325°47°99°
CMYK 0.000.470.19   0.01
XYZ59.794642.017362.0854
Yxy42.01730.36480.2564
Hunter Lab64.820851.2229-11.4135
CIE-Lab70.882853.9330-16.0485

#fd85cc color RGB value is (253,133,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10000101 11001100
Octal 375 205 314
Decimal 253 133 204
Hex FD 85 CC

RGB Percentages of Color #fd85cc

%42.88
%22.54
%34.58

CMYK Percentages of Color #fd85cc

%0
%47
%19
%1

Triadic Colors of #fd85cc

#fd85cc #ccfd85 #85ccfd

Analogous Colors of #fd85cc

#fd85cc #fd8590 #f285fd

Monochromatic Colors of #fd85cc

#fd85cc

Complementary Color

#fd85cc #85fdb6

#fd85cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd85cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd85cc Color CSS Codes

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

#fd85cc Text Font Color

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

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


#fd85cc Background Color

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

This div background color is #fd85cc


#fd85cc Border Color

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

This div border color is #fd85cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd85cc


Comments

No comments written yet.

Please login to write comment.