Color Hex Logo

#cf6eaa Color Hex

#CF6EAA
(207,110,170)
0 Favorites   0 Comments

Color spaces of #cf6eaa

RGB 207110170
HSL0.900.500.62
HSV323°47°81°
CMYK 0.000.470.18   0.19
XYZ38.563827.319541.2709
Yxy27.31950.35990.2550
Hunter Lab52.268140.2297-10.2278
CIE-Lab59.268945.7202-14.9669

#cf6eaa color RGB value is (207,110,170).

#cf6eaa hex color red value is 207, green value is 110 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #cf6eaa hue: 0.90 , saturation: 0.50 and the lightness value of cf6eaa is 0.62.

The process color (four color CMYK) of #cf6eaa color hex is 0.00, 0.47, 0.18, 0.19. Web safe color of #cf6eaa is #cc6699. Color #cf6eaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 01101110 10101010
Octal 317 156 252
Decimal 207 110 170
Hex CF 6E AA

RGB Percentages of Color #cf6eaa

%42.51
%22.59
%34.91

CMYK Percentages of Color #cf6eaa

%0
%47
%18
%19

Triadic Colors of #cf6eaa

#cf6eaa #aacf6e #6eaacf

Analogous Colors of #cf6eaa

#cf6eaa #cf6e7a #c46ecf

Monochromatic Colors of #cf6eaa

#cf6eaa

Complementary Color

#cf6eaa #6ecf93

#cf6eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf6eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf6eaa Color CSS Codes

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

#cf6eaa Text Font Color

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

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


#cf6eaa Background Color

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

This div background color is #cf6eaa


#cf6eaa Border Color

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

This div border color is #cf6eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf6eaa


Comments

No comments written yet.

Please login to write comment.