Color Hex Logo

#ce5aae Color Hex

#CE5AAE
(206,90,174)
0 Favorites   0 Comments

Color spaces of #ce5aae

RGB 20690174
HSL0.880.540.58
HSV317°56°81°
CMYK 0.000.560.16   0.19
XYZ36.749723.490142.6415
Yxy23.49010.35720.2283
Hunter Lab48.466650.5308-18.2375
CIE-Lab55.573655.7505-22.9230

#ce5aae color RGB value is (206,90,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01011010 10101110
Octal 316 132 256
Decimal 206 90 174
Hex CE 5A AE

RGB Percentages of Color #ce5aae

%43.83
%19.15
%37.02

CMYK Percentages of Color #ce5aae

%0
%56
%16
%19

Triadic Colors of #ce5aae

#ce5aae #aece5a #5aaece

Analogous Colors of #ce5aae

#ce5aae #ce5a74 #b45ace

Monochromatic Colors of #ce5aae

#ce5aae

Complementary Color

#ce5aae #5ace7a

#ce5aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce5aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce5aae Color CSS Codes

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

#ce5aae Text Font Color

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

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


#ce5aae Background Color

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

This div background color is #ce5aae


#ce5aae Border Color

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

This div border color is #ce5aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce5aae


Comments

No comments written yet.

Please login to write comment.