Color Hex Logo

#cf817f Color Hex

#CF817F
(207,129,127)
0 Favorites   0 Comments

Color spaces of #cf817f

RGB 207129127
HSL0.000.450.65
HSV39°81°
CMYK 0.000.380.39   0.19
XYZ37.413130.498223.9935
Yxy30.49820.40710.3318
Hunter Lab55.225224.283412.8981
CIE-Lab62.081729.877113.8216

#cf817f color RGB value is (207,129,127).

#cf817f hex color red value is 207, green value is 129 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #cf817f hue: 0.00 , saturation: 0.45 and the lightness value of cf817f is 0.65.

The process color (four color CMYK) of #cf817f color hex is 0.00, 0.38, 0.39, 0.19. Web safe color of #cf817f is #cc9966. Color #cf817f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10000001 01111111
Octal 317 201 177
Decimal 207 129 127
Hex CF 81 7F

RGB Percentages of Color #cf817f

%44.71
%27.86
%27.43

CMYK Percentages of Color #cf817f

%0
%38
%39
%19

Triadic Colors of #cf817f

#cf817f #7fcf81 #817fcf

Analogous Colors of #cf817f

#cf817f #cfa97f #cf7fa5

Monochromatic Colors of #cf817f

#cf817f

Complementary Color

#cf817f #7fcdcf

#cf817f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf817f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf817f Color CSS Codes

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

#cf817f Text Font Color

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

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


#cf817f Background Color

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

This div background color is #cf817f


#cf817f Border Color

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

This div border color is #cf817f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf817f


Comments

No comments written yet.

Please login to write comment.