Color Hex Logo

#cf6aae Color Hex

#CF6AAE
(207,106,174)
0 Favorites   0 Comments

Color spaces of #cf6aae

RGB 207106174
HSL0.890.510.61
HSV320°49°81°
CMYK 0.000.490.16   0.19
XYZ38.526126.629543.1538
Yxy26.62950.35570.2459
Hunter Lab51.603842.9571-13.4588
CIE-Lab58.629848.3543-18.2373

#cf6aae color RGB value is (207,106,174).

#cf6aae hex color red value is 207, green value is 106 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #cf6aae hue: 0.89 , saturation: 0.51 and the lightness value of cf6aae is 0.61.

The process color (four color CMYK) of #cf6aae color hex is 0.00, 0.49, 0.16, 0.19. Web safe color of #cf6aae is #cc6699. Color #cf6aae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 01101010 10101110
Octal 317 152 256
Decimal 207 106 174
Hex CF 6A AE

RGB Percentages of Color #cf6aae

%42.51
%21.77
%35.73

CMYK Percentages of Color #cf6aae

%0
%49
%16
%19

Triadic Colors of #cf6aae

#cf6aae #aecf6a #6aaecf

Analogous Colors of #cf6aae

#cf6aae #cf6a7c #be6acf

Monochromatic Colors of #cf6aae

#cf6aae

Complementary Color

#cf6aae #6acf8b

#cf6aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf6aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf6aae Color CSS Codes

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

#cf6aae Text Font Color

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

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


#cf6aae Background Color

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

This div background color is #cf6aae


#cf6aae Border Color

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

This div border color is #cf6aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf6aae


Comments

No comments written yet.

Please login to write comment.