Color Hex Logo

#ce5cda Color Hex

#CE5CDA
(206,92,218)
0 Favorites   0 Comments

Color spaces of #ce5cda

RGB 20692218
HSL0.820.630.61
HSV294°58°85°
CMYK 0.060.580.00   0.15
XYZ41.935625.838169.1067
Yxy25.83810.30640.1888
Hunter Lab50.831258.3074-45.0249
CIE-Lab57.883162.1818-44.4920

#ce5cda color RGB value is (206,92,218).

#ce5cda hex color red value is 206, green value is 92 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ce5cda hue: 0.82 , saturation: 0.63 and the lightness value of ce5cda is 0.61.

The process color (four color CMYK) of #ce5cda color hex is 0.06, 0.58, 0.00, 0.15. Web safe color of #ce5cda is #cc66cc. Color #ce5cda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01011100 11011010
Octal 316 134 332
Decimal 206 92 218
Hex CE 5C DA

RGB Percentages of Color #ce5cda

%39.92
%17.83
%42.25

CMYK Percentages of Color #ce5cda

%6
%58
%0
%15

Triadic Colors of #ce5cda

#ce5cda #dace5c #5cdace

Analogous Colors of #ce5cda

#ce5cda #da5ca7 #8f5cda

Monochromatic Colors of #ce5cda

#ce5cda

Complementary Color

#ce5cda #68da5c

#ce5cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce5cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce5cda Color CSS Codes

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

#ce5cda Text Font Color

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

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


#ce5cda Background Color

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

This div background color is #ce5cda


#ce5cda Border Color

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

This div border color is #ce5cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce5cda


Comments

No comments written yet.

Please login to write comment.