Color Hex Logo

#cf487e Color Hex

#CF487E
(207,72,126)
0 Favorites   0 Comments

Color spaces of #cf487e

RGB 20772126
HSL0.930.580.55
HSV336°65°81°
CMYK 0.000.650.39   0.19
XYZ31.815419.406521.8076
Yxy19.40650.43570.2657
Hunter Lab44.052851.82221.4865
CIE-Lab51.159457.6850-1.2240

#cf487e color RGB value is (207,72,126).

#cf487e hex color red value is 207, green value is 72 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #cf487e hue: 0.93 , saturation: 0.58 and the lightness value of cf487e is 0.55.

The process color (four color CMYK) of #cf487e color hex is 0.00, 0.65, 0.39, 0.19. Web safe color of #cf487e is #cc3366. Color #cf487e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 01001000 01111110
Octal 317 110 176
Decimal 207 72 126
Hex CF 48 7E

RGB Percentages of Color #cf487e

%51.11
%17.78
%31.11

CMYK Percentages of Color #cf487e

%0
%65
%39
%19

Triadic Colors of #cf487e

#cf487e #7ecf48 #487ecf

Analogous Colors of #cf487e

#cf487e #cf5548 #cf48c2

Monochromatic Colors of #cf487e

#cf487e

Complementary Color

#cf487e #48cf99

#cf487e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf487e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf487e Color CSS Codes

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

#cf487e Text Font Color

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

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


#cf487e Background Color

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

This div background color is #cf487e


#cf487e Border Color

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

This div border color is #cf487e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf487e


Comments

No comments written yet.

Please login to write comment.