Color Hex Logo

#ce0aae Color Hex

#CE0AAE
(206,10,174)
0 Favorites   0 Comments

Color spaces of #ce0aae

RGB 20610174
HSL0.860.910.42
HSV310°95°81°
CMYK 0.000.950.16   0.19
XYZ33.202116.394941.4590
Yxy16.39490.36460.1801
Hunter Lab40.490675.5105-32.3646
CIE-Lab47.488478.4808-35.4977

#ce0aae color RGB value is (206,10,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00001010 10101110
Octal 316 12 256
Decimal 206 10 174
Hex CE A AE

RGB Percentages of Color #ce0aae

%52.82
%2.56
%44.62

CMYK Percentages of Color #ce0aae

%0
%95
%16
%19

Triadic Colors of #ce0aae

#ce0aae #aece0a #0aaece

Analogous Colors of #ce0aae

#ce0aae #ce0a4c #8c0ace

Monochromatic Colors of #ce0aae

#ce0aae

Complementary Color

#ce0aae #0ace2a

#ce0aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce0aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce0aae Color CSS Codes

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

#ce0aae Text Font Color

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

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


#ce0aae Background Color

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

This div background color is #ce0aae


#ce0aae Border Color

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

This div border color is #ce0aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce0aae


Comments

No comments written yet.

Please login to write comment.