Color Hex Logo

#fd84cc Color Hex

#FD84CC
(253,132,204)
0 Favorites   0 Comments

Color spaces of #fd84cc

RGB 253132204
HSL0.900.970.75
HSV324°48°99°
CMYK 0.000.480.19   0.01
XYZ59.658441.744862.0400
Yxy41.74480.36500.2554
Hunter Lab64.610251.7516-11.7043
CIE-Lab70.694654.4188-16.3327

#fd84cc color RGB value is (253,132,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10000100 11001100
Octal 375 204 314
Decimal 253 132 204
Hex FD 84 CC

RGB Percentages of Color #fd84cc

%42.95
%22.41
%34.63

CMYK Percentages of Color #fd84cc

%0
%48
%19
%1

Triadic Colors of #fd84cc

#fd84cc #ccfd84 #84ccfd

Analogous Colors of #fd84cc

#fd84cc #fd8490 #f284fd

Monochromatic Colors of #fd84cc

#fd84cc

Complementary Color

#fd84cc #84fdb5

#fd84cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd84cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd84cc Color CSS Codes

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

#fd84cc Text Font Color

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

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


#fd84cc Background Color

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

This div background color is #fd84cc


#fd84cc Border Color

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

This div border color is #fd84cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,132,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 #fd84cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd84cc


Comments

No comments written yet.

Please login to write comment.