Color Hex Logo

#ce60dd Color Hex

#CE60DD
(206,96,221)
0 Favorites   0 Comments

Color spaces of #ce60dd

RGB 20696221
HSL0.810.650.62
HSV293°57°87°
CMYK 0.070.570.00   0.13
XYZ42.687626.708071.3119
Yxy26.70800.30340.1898
Hunter Lab51.679857.0017-45.6372
CIE-Lab58.703160.9091-44.8873

#ce60dd color RGB value is (206,96,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01100000 11011101
Octal 316 140 335
Decimal 206 96 221
Hex CE 60 DD

RGB Percentages of Color #ce60dd

%39.39
%18.36
%42.26

CMYK Percentages of Color #ce60dd

%7
%57
%0
%13

Triadic Colors of #ce60dd

#ce60dd #ddce60 #60ddce

Analogous Colors of #ce60dd

#ce60dd #dd60ae #9060dd

Monochromatic Colors of #ce60dd

#ce60dd

Complementary Color

#ce60dd #6fdd60

#ce60dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce60dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce60dd Color CSS Codes

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

#ce60dd Text Font Color

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

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


#ce60dd Background Color

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

This div background color is #ce60dd


#ce60dd Border Color

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

This div border color is #ce60dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce60dd


Comments

No comments written yet.

Please login to write comment.