Color Hex Logo

#cf477a Color Hex

#CF477A
(207,71,122)
0 Favorites   0 Comments

Color spaces of #cf477a

RGB 20771122
HSL0.940.590.55
HSV338°66°81°
CMYK 0.000.660.41   0.19
XYZ31.498219.177020.4537
Yxy19.17700.44280.2696
Hunter Lab43.791651.75552.9615
CIE-Lab50.893657.67300.7912

#cf477a color RGB value is (207,71,122).

#cf477a hex color red value is 207, green value is 71 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #cf477a hue: 0.94 , saturation: 0.59 and the lightness value of cf477a is 0.55.

The process color (four color CMYK) of #cf477a color hex is 0.00, 0.66, 0.41, 0.19. Web safe color of #cf477a is #cc3366. Color #cf477a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 01000111 01111010
Octal 317 107 172
Decimal 207 71 122
Hex CF 47 7A

RGB Percentages of Color #cf477a

%51.75
%17.75
%30.50

CMYK Percentages of Color #cf477a

%0
%66
%41
%19

Triadic Colors of #cf477a

#cf477a #7acf47 #477acf

Analogous Colors of #cf477a

#cf477a #cf5847 #cf47be

Monochromatic Colors of #cf477a

#cf477a

Complementary Color

#cf477a #47cf9c

#cf477a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf477a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf477a Color CSS Codes

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

#cf477a Text Font Color

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

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


#cf477a Background Color

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

This div background color is #cf477a


#cf477a Border Color

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

This div border color is #cf477a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,71,122, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf477a


Comments

No comments written yet.

Please login to write comment.