Color Hex Logo

#ce11dd Color Hex

#CE11DD
(206,17,221)
0 Favorites   0 Comments

Color spaces of #ce11dd

RGB 20617221
HSL0.820.860.47
HSV296°92°87°
CMYK 0.070.920.00   0.13
XYZ38.705218.743269.9844
Yxy18.74320.30370.1471
Hunter Lab43.293483.8192-65.5377
CIE-Lab50.385484.4631-58.1436

#ce11dd color RGB value is (206,17,221).

#ce11dd hex color red value is 206, green value is 17 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ce11dd hue: 0.82 , saturation: 0.86 and the lightness value of ce11dd is 0.47.

The process color (four color CMYK) of #ce11dd color hex is 0.07, 0.92, 0.00, 0.13. Web safe color of #ce11dd is #cc00cc. Color #ce11dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00010001 11011101
Octal 316 21 335
Decimal 206 17 221
Hex CE 11 DD

RGB Percentages of Color #ce11dd

%46.40
%3.83
%49.77

CMYK Percentages of Color #ce11dd

%7
%92
%0
%13

Triadic Colors of #ce11dd

#ce11dd #ddce11 #11ddce

Analogous Colors of #ce11dd

#ce11dd #dd1186 #6811dd

Monochromatic Colors of #ce11dd

#ce11dd

Complementary Color

#ce11dd #20dd11

#ce11dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce11dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce11dd Color CSS Codes

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

#ce11dd Text Font Color

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

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


#ce11dd Background Color

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

This div background color is #ce11dd


#ce11dd Border Color

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

This div border color is #ce11dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce11dd


Comments

No comments written yet.

Please login to write comment.