Color Hex Logo

#ce5caa Color Hex

#CE5CAA
(206,92,170)
0 Favorites   0 Comments

Color spaces of #ce5caa

RGB 20692170
HSL0.890.540.58
HSV319°55°81°
CMYK 0.000.550.17   0.19
XYZ36.536423.678440.6749
Yxy23.67840.36210.2347
Hunter Lab48.660548.8698-15.4977
CIE-Lab55.764454.2223-20.3091

#ce5caa color RGB value is (206,92,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01011100 10101010
Octal 316 134 252
Decimal 206 92 170
Hex CE 5C AA

RGB Percentages of Color #ce5caa

%44.02
%19.66
%36.32

CMYK Percentages of Color #ce5caa

%0
%55
%17
%19

Triadic Colors of #ce5caa

#ce5caa #aace5c #5caace

Analogous Colors of #ce5caa

#ce5caa #ce5c71 #b95cce

Monochromatic Colors of #ce5caa

#ce5caa

Complementary Color

#ce5caa #5cce80

#ce5caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce5caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce5caa Color CSS Codes

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

#ce5caa Text Font Color

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

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


#ce5caa Background Color

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

This div background color is #ce5caa


#ce5caa Border Color

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

This div border color is #ce5caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce5caa


Comments

No comments written yet.

Please login to write comment.