Color Hex Logo

#ce6dae Color Hex

#CE6DAE
(206,109,174)
0 Favorites   0 Comments

Color spaces of #ce6dae

RGB 206109174
HSL0.890.500.62
HSV320°47°81°
CMYK 0.000.470.16   0.19
XYZ38.562227.115143.2457
Yxy27.11510.35400.2489
Hunter Lab52.072241.0624-12.7896
CIE-Lab59.080746.5263-17.5641

#ce6dae color RGB value is (206,109,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01101101 10101110
Octal 316 155 256
Decimal 206 109 174
Hex CE 6D AE

RGB Percentages of Color #ce6dae

%42.13
%22.29
%35.58

CMYK Percentages of Color #ce6dae

%0
%47
%16
%19

Triadic Colors of #ce6dae

#ce6dae #aece6d #6daece

Analogous Colors of #ce6dae

#ce6dae #ce6d7e #be6dce

Monochromatic Colors of #ce6dae

#ce6dae

Complementary Color

#ce6dae #6dce8d

#ce6dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce6dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce6dae Color CSS Codes

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

#ce6dae Text Font Color

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

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


#ce6dae Background Color

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

This div background color is #ce6dae


#ce6dae Border Color

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

This div border color is #ce6dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce6dae


Comments

No comments written yet.

Please login to write comment.