Color Hex Logo

#fc07ad Color Hex

#FC07AD
(252,7,173)
0 Favorites   0 Comments

Color spaces of #fc07ad

RGB 2527173
HSL0.890.980.51
HSV319°97°99°
CMYK 0.000.970.31   0.01
XYZ47.763723.864541.6241
Yxy23.86450.42170.2107
Hunter Lab48.851389.0362-16.3226
CIE-Lab55.951987.3804-21.0977

#fc07ad color RGB value is (252,7,173).

#fc07ad hex color red value is 252, green value is 7 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #fc07ad hue: 0.89 , saturation: 0.98 and the lightness value of fc07ad is 0.51.

The process color (four color CMYK) of #fc07ad color hex is 0.00, 0.97, 0.31, 0.01. Web safe color of #fc07ad is #ff0099. Color #fc07ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00000111 10101101
Octal 374 7 255
Decimal 252 7 173
Hex FC 7 AD

RGB Percentages of Color #fc07ad

%58.33
%1.62
%40.05

CMYK Percentages of Color #fc07ad

%0
%97
%31
%1

Triadic Colors of #fc07ad

#fc07ad #adfc07 #07adfc

Analogous Colors of #fc07ad

#fc07ad #fc0732 #d107fc

Monochromatic Colors of #fc07ad

#fc07ad

Complementary Color

#fc07ad #07fc56

#fc07ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc07ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc07ad Color CSS Codes

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

#fc07ad Text Font Color

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

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


#fc07ad Background Color

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

This div background color is #fc07ad


#fc07ad Border Color

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

This div border color is #fc07ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc07ad

Related Colors


Comments

No comments written yet.

Please login to write comment.