Color Hex Logo

#cf07ad Color Hex

#CF07AD
(207,7,173)
0 Favorites   0 Comments

Color spaces of #cf07ad

RGB 2077173
HSL0.860.930.42
HSV310°97°81°
CMYK 0.000.970.16   0.19
XYZ33.350916.434540.9495
Yxy16.43450.36760.1811
Hunter Lab40.539575.9037-31.5120
CIE-Lab47.539578.7859-34.8134

#cf07ad color RGB value is (207,7,173).

#cf07ad hex color red value is 207, green value is 7 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #cf07ad hue: 0.86 , saturation: 0.93 and the lightness value of cf07ad is 0.42.

The process color (four color CMYK) of #cf07ad color hex is 0.00, 0.97, 0.16, 0.19. Web safe color of #cf07ad is #cc0099. Color #cf07ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 00000111 10101101
Octal 317 7 255
Decimal 207 7 173
Hex CF 7 AD

RGB Percentages of Color #cf07ad

%53.49
%1.81
%44.70

CMYK Percentages of Color #cf07ad

%0
%97
%16
%19

Triadic Colors of #cf07ad

#cf07ad #adcf07 #07adcf

Analogous Colors of #cf07ad

#cf07ad #cf0749 #8d07cf

Monochromatic Colors of #cf07ad

#cf07ad

Complementary Color

#cf07ad #07cf29

#cf07ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf07ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf07ad Color CSS Codes

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

#cf07ad Text Font Color

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

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


#cf07ad Background Color

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

This div background color is #cf07ad


#cf07ad Border Color

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

This div border color is #cf07ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf07ad


Comments

No comments written yet.

Please login to write comment.