Color Hex Logo

#cf6dae Color Hex

#CF6DAE
(207,109,174)
0 Favorites   0 Comments

Color spaces of #cf6dae

RGB 207109174
HSL0.890.510.62
HSV320°47°81°
CMYK 0.000.470.16   0.19
XYZ38.840727.258743.2587
Yxy27.25870.35520.2493
Hunter Lab52.209941.4250-12.5781
CIE-Lab59.213046.8449-17.3507

#cf6dae color RGB value is (207,109,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 01101101 10101110
Octal 317 155 256
Decimal 207 109 174
Hex CF 6D AE

RGB Percentages of Color #cf6dae

%42.24
%22.24
%35.51

CMYK Percentages of Color #cf6dae

%0
%47
%16
%19

Triadic Colors of #cf6dae

#cf6dae #aecf6d #6daecf

Analogous Colors of #cf6dae

#cf6dae #cf6d7d #bf6dcf

Monochromatic Colors of #cf6dae

#cf6dae

Complementary Color

#cf6dae #6dcf8e

#cf6dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf6dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf6dae Color CSS Codes

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

#cf6dae Text Font Color

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

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


#cf6dae Background Color

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

This div background color is #cf6dae


#cf6dae Border Color

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

This div border color is #cf6dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf6dae


Comments

No comments written yet.

Please login to write comment.