Color Hex Logo

#cf8eaa Color Hex

#CF8EAA
(207,142,170)
0 Favorites   0 Comments

Color spaces of #cf8eaa

RGB 207142170
HSL0.930.400.68
HSV334°31°81°
CMYK 0.000.310.18   0.19
XYZ42.660835.513742.6366
Yxy35.51370.35310.2940
Hunter Lab59.593423.4935-0.7042
CIE-Lab66.146728.7444-4.6880

#cf8eaa color RGB value is (207,142,170).

#cf8eaa hex color red value is 207, green value is 142 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #cf8eaa hue: 0.93 , saturation: 0.40 and the lightness value of cf8eaa is 0.68.

The process color (four color CMYK) of #cf8eaa color hex is 0.00, 0.31, 0.18, 0.19. Web safe color of #cf8eaa is #cc9999. Color #cf8eaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10001110 10101010
Octal 317 216 252
Decimal 207 142 170
Hex CF 8E AA

RGB Percentages of Color #cf8eaa

%39.88
%27.36
%32.76

CMYK Percentages of Color #cf8eaa

%0
%31
%18
%19

Triadic Colors of #cf8eaa

#cf8eaa #aacf8e #8eaacf

Analogous Colors of #cf8eaa

#cf8eaa #cf938e #cf8ecb

Monochromatic Colors of #cf8eaa

#cf8eaa

Complementary Color

#cf8eaa #8ecfb3

#cf8eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf8eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf8eaa Color CSS Codes

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

#cf8eaa Text Font Color

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

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


#cf8eaa Background Color

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

This div background color is #cf8eaa


#cf8eaa Border Color

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

This div border color is #cf8eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf8eaa


Comments

No comments written yet.

Please login to write comment.