Color Hex Logo

#cf8aaa Color Hex

#CF8AAA
(207,138,170)
0 Favorites   0 Comments

Color spaces of #cf8aaa

RGB 207138170
HSL0.920.420.68
HSV332°33°81°
CMYK 0.000.330.18   0.19
XYZ42.076334.344642.4417
Yxy34.34460.35400.2889
Hunter Lab58.604325.6008-1.9153
CIE-Lab65.235230.9169-6.0362

#cf8aaa color RGB value is (207,138,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10001010 10101010
Octal 317 212 252
Decimal 207 138 170
Hex CF 8A AA

RGB Percentages of Color #cf8aaa

%40.19
%26.80
%33.01

CMYK Percentages of Color #cf8aaa

%0
%33
%18
%19

Triadic Colors of #cf8aaa

#cf8aaa #aacf8a #8aaacf

Analogous Colors of #cf8aaa

#cf8aaa #cf8d8a #cf8acd

Monochromatic Colors of #cf8aaa

#cf8aaa

Complementary Color

#cf8aaa #8acfaf

#cf8aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf8aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf8aaa Color CSS Codes

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

#cf8aaa Text Font Color

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

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


#cf8aaa Background Color

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

This div background color is #cf8aaa


#cf8aaa Border Color

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

This div border color is #cf8aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf8aaa


Comments

No comments written yet.

Please login to write comment.