Color Hex Logo

#ce6daa Color Hex

#CE6DAA
(206,109,170)
0 Favorites   0 Comments

Color spaces of #ce6daa

RGB 206109170
HSL0.900.500.62
HSV322°47°81°
CMYK 0.000.470.17   0.19
XYZ38.177926.961441.2221
Yxy26.96140.35890.2535
Hunter Lab51.924440.3762-10.7225
CIE-Lab58.938645.9052-15.4794

#ce6daa color RGB value is (206,109,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01101101 10101010
Octal 316 155 252
Decimal 206 109 170
Hex CE 6D AA

RGB Percentages of Color #ce6daa

%42.47
%22.47
%35.05

CMYK Percentages of Color #ce6daa

%0
%47
%17
%19

Triadic Colors of #ce6daa

#ce6daa #aace6d #6daace

Analogous Colors of #ce6daa

#ce6daa #ce6d7a #c26dce

Monochromatic Colors of #ce6daa

#ce6daa

Complementary Color

#ce6daa #6dce91

#ce6daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce6daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce6daa Color CSS Codes

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

#ce6daa Text Font Color

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

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


#ce6daa Background Color

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

This div background color is #ce6daa


#ce6daa Border Color

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

This div border color is #ce6daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce6daa


Comments

No comments written yet.

Please login to write comment.