Color Hex Logo

#ce0dae Color Hex

#CE0DAE
(206,13,174)
0 Favorites   0 Comments

Color spaces of #ce0dae

RGB 20613174
HSL0.860.880.43
HSV310°94°81°
CMYK 0.000.940.16   0.19
XYZ33.237516.465741.4708
Yxy16.46570.36460.1806
Hunter Lab40.577975.1984-32.1900
CIE-Lab47.579678.2125-35.3542

#ce0dae color RGB value is (206,13,174).

#ce0dae hex color red value is 206, green value is 13 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #ce0dae hue: 0.86 , saturation: 0.88 and the lightness value of ce0dae is 0.43.

The process color (four color CMYK) of #ce0dae color hex is 0.00, 0.94, 0.16, 0.19. Web safe color of #ce0dae is #cc0099. Color #ce0dae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00001101 10101110
Octal 316 15 256
Decimal 206 13 174
Hex CE D AE

RGB Percentages of Color #ce0dae

%52.42
%3.31
%44.27

CMYK Percentages of Color #ce0dae

%0
%94
%16
%19

Triadic Colors of #ce0dae

#ce0dae #aece0d #0daece

Analogous Colors of #ce0dae

#ce0dae #ce0d4e #8e0dce

Monochromatic Colors of #ce0dae

#ce0dae

Complementary Color

#ce0dae #0dce2d

#ce0dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce0dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce0dae Color CSS Codes

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

#ce0dae Text Font Color

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

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


#ce0dae Background Color

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

This div background color is #ce0dae


#ce0dae Border Color

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

This div border color is #ce0dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce0dae


Comments

No comments written yet.

Please login to write comment.