Color Hex Logo

#fc84ad Color Hex

#FC84AD
(252,132,173)
0 Favorites   0 Comments

Color spaces of #fc84ad

RGB 252132173
HSL0.940.950.75
HSV340°48°99°
CMYK 0.000.480.31   0.01
XYZ55.939040.215144.3491
Yxy40.21510.39810.2862
Hunter Lab63.415446.47882.9267
CIE-Lab69.622549.9519-0.6286

#fc84ad color RGB value is (252,132,173).

#fc84ad hex color red value is 252, green value is 132 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #fc84ad hue: 0.94 , saturation: 0.95 and the lightness value of fc84ad is 0.75.

The process color (four color CMYK) of #fc84ad color hex is 0.00, 0.48, 0.31, 0.01. Web safe color of #fc84ad is #ff9999. Color #fc84ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10000100 10101101
Octal 374 204 255
Decimal 252 132 173
Hex FC 84 AD

RGB Percentages of Color #fc84ad

%45.24
%23.70
%31.06

CMYK Percentages of Color #fc84ad

%0
%48
%31
%1

Triadic Colors of #fc84ad

#fc84ad #adfc84 #84adfc

Analogous Colors of #fc84ad

#fc84ad #fc9784 #fc84e9

Monochromatic Colors of #fc84ad

#fc84ad

Complementary Color

#fc84ad #84fcd3

#fc84ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc84ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc84ad Color CSS Codes

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

#fc84ad Text Font Color

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

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


#fc84ad Background Color

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

This div background color is #fc84ad


#fc84ad Border Color

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

This div border color is #fc84ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,132,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc84ad


Comments

No comments written yet.

Please login to write comment.