Color Hex Logo

#ce55de Color Hex

#CE55DE
(206,85,222)
0 Favorites   0 Comments

Color spaces of #ce55de

RGB 20685222
HSL0.810.670.60
HSV293°62°87°
CMYK 0.070.620.00   0.13
XYZ41.886924.892771.7043
Yxy24.89270.30250.1798
Hunter Lab49.892662.5462-50.2852
CIE-Lab56.970765.9669-48.1921

#ce55de color RGB value is (206,85,222).

#ce55de hex color red value is 206, green value is 85 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #ce55de hue: 0.81 , saturation: 0.67 and the lightness value of ce55de is 0.60.

The process color (four color CMYK) of #ce55de color hex is 0.07, 0.62, 0.00, 0.13. Web safe color of #ce55de is #cc66cc. Color #ce55de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01010101 11011110
Octal 316 125 336
Decimal 206 85 222
Hex CE 55 DE

RGB Percentages of Color #ce55de

%40.16
%16.57
%43.27

CMYK Percentages of Color #ce55de

%7
%62
%0
%13

Triadic Colors of #ce55de

#ce55de #dece55 #55dece

Analogous Colors of #ce55de

#ce55de #de55aa #8a55de

Monochromatic Colors of #ce55de

#ce55de

Complementary Color

#ce55de #65de55

#ce55de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce55de Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce55de Color CSS Codes

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

#ce55de Text Font Color

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

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


#ce55de Background Color

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

This div background color is #ce55de


#ce55de Border Color

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

This div border color is #ce55de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce55de


Comments

No comments written yet.

Please login to write comment.