Color Hex Logo

#ce5aaa Color Hex

#CE5AAA
(206,90,170)
0 Favorites   0 Comments

Color spaces of #ce5aaa

RGB 20690170
HSL0.890.540.58
HSV319°56°81°
CMYK 0.000.560.17   0.19
XYZ36.365523.336440.6179
Yxy23.33640.36250.2326
Hunter Lab48.307849.8341-16.0365
CIE-Lab55.417255.1510-20.8404

#ce5aaa color RGB value is (206,90,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01011010 10101010
Octal 316 132 252
Decimal 206 90 170
Hex CE 5A AA

RGB Percentages of Color #ce5aaa

%44.21
%19.31
%36.48

CMYK Percentages of Color #ce5aaa

%0
%56
%17
%19

Triadic Colors of #ce5aaa

#ce5aaa #aace5a #5aaace

Analogous Colors of #ce5aaa

#ce5aaa #ce5a70 #b85ace

Monochromatic Colors of #ce5aaa

#ce5aaa

Complementary Color

#ce5aaa #5ace7e

#ce5aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce5aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce5aaa Color CSS Codes

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

#ce5aaa Text Font Color

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

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


#ce5aaa Background Color

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

This div background color is #ce5aaa


#ce5aaa Border Color

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

This div border color is #ce5aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce5aaa


Comments

No comments written yet.

Please login to write comment.