Color Hex Logo

#ce60de Color Hex

#CE60DE
(206,96,222)
0 Favorites   0 Comments

Color spaces of #ce60de

RGB 20696222
HSL0.810.660.62
HSV292°57°87°
CMYK 0.070.570.00   0.13
XYZ42.821326.761572.0158
Yxy26.76150.30240.1890
Hunter Lab51.731557.2251-46.3260
CIE-Lab58.752961.0936-45.3709

#ce60de color RGB value is (206,96,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01100000 11011110
Octal 316 140 336
Decimal 206 96 222
Hex CE 60 DE

RGB Percentages of Color #ce60de

%39.31
%18.32
%42.37

CMYK Percentages of Color #ce60de

%7
%57
%0
%13

Triadic Colors of #ce60de

#ce60de #dece60 #60dece

Analogous Colors of #ce60de

#ce60de #de60af #8f60de

Monochromatic Colors of #ce60de

#ce60de

Complementary Color

#ce60de #70de60

#ce60de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce60de Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce60de Color CSS Codes

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

#ce60de Text Font Color

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

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


#ce60de Background Color

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

This div background color is #ce60de


#ce60de Border Color

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

This div border color is #ce60de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce60de


Comments

No comments written yet.

Please login to write comment.