Color Hex Logo

#ce5dca Color Hex

#CE5DCA
(206,93,202)
0 Favorites   0 Comments

Color spaces of #ce5dca

RGB 20693202
HSL0.840.540.59
HSV302°55°81°
CMYK 0.000.550.02   0.19
XYZ40.028625.214858.6343
Yxy25.21480.32310.2035
Hunter Lab50.214354.4170-34.0817
CIE-Lab57.284158.9039-36.3629

#ce5dca color RGB value is (206,93,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01011101 11001010
Octal 316 135 312
Decimal 206 93 202
Hex CE 5D CA

RGB Percentages of Color #ce5dca

%41.12
%18.56
%40.32

CMYK Percentages of Color #ce5dca

%0
%55
%2
%19

Triadic Colors of #ce5dca

#ce5dca #cace5d #5dcace

Analogous Colors of #ce5dca

#ce5dca #ce5d92 #9a5dce

Monochromatic Colors of #ce5dca

#ce5dca

Complementary Color

#ce5dca #5dce61

#ce5dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce5dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce5dca Color CSS Codes

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

#ce5dca Text Font Color

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

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


#ce5dca Background Color

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

This div background color is #ce5dca


#ce5dca Border Color

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

This div border color is #ce5dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce5dca


Comments

No comments written yet.

Please login to write comment.