Color Hex Logo

#cf817e Color Hex

#CF817E
(207,129,126)
0 Favorites   0 Comments

Color spaces of #cf817e

RGB 207129126
HSL0.010.460.65
HSV39°81°
CMYK 0.000.380.39   0.19
XYZ37.348330.472323.6519
Yxy30.47230.40830.3331
Hunter Lab55.201724.166313.2376
CIE-Lab62.059629.760714.3595

#cf817e color RGB value is (207,129,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10000001 01111110
Octal 317 201 176
Decimal 207 129 126
Hex CF 81 7E

RGB Percentages of Color #cf817e

%44.81
%27.92
%27.27

CMYK Percentages of Color #cf817e

%0
%38
%39
%19

Triadic Colors of #cf817e

#cf817e #7ecf81 #817ecf

Analogous Colors of #cf817e

#cf817e #cfaa7e #cf7ea4

Monochromatic Colors of #cf817e

#cf817e

Complementary Color

#cf817e #7ecccf

#cf817e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf817e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf817e Color CSS Codes

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

#cf817e Text Font Color

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

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


#cf817e Background Color

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

This div background color is #cf817e


#cf817e Border Color

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

This div border color is #cf817e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf817e


Comments

No comments written yet.

Please login to write comment.