Color Hex Logo

#ce5aca Color Hex

#CE5ACA
(206,90,202)
0 Favorites   0 Comments

Color spaces of #ce5aca

RGB 20690202
HSL0.840.540.58
HSV302°56°81°
CMYK 0.000.560.02   0.19
XYZ39.770424.698458.5483
Yxy24.69840.32330.2008
Hunter Lab49.697555.8740-35.0609
CIE-Lab56.780460.2676-37.1519

#ce5aca color RGB value is (206,90,202).

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

The process color (four color CMYK) of #ce5aca color hex is 0.00, 0.56, 0.02, 0.19. Web safe color of #ce5aca is #cc66cc. Color #ce5aca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01011010 11001010
Octal 316 132 312
Decimal 206 90 202
Hex CE 5A CA

RGB Percentages of Color #ce5aca

%41.37
%18.07
%40.56

CMYK Percentages of Color #ce5aca

%0
%56
%2
%19

Triadic Colors of #ce5aca

#ce5aca #cace5a #5acace

Analogous Colors of #ce5aca

#ce5aca #ce5a90 #985ace

Monochromatic Colors of #ce5aca

#ce5aca

Complementary Color

#ce5aca #5ace5e

#ce5aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce5aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce5aca Color CSS Codes

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

#ce5aca Text Font Color

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

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


#ce5aca Background Color

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

This div background color is #ce5aca


#ce5aca Border Color

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

This div border color is #ce5aca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,90,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ce5aca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce5aca


Comments

No comments written yet.

Please login to write comment.