Color Hex Logo

#c011dd Color Hex

#C011DD
(192,17,221)
0 Favorites   0 Comments

Color spaces of #c011dd

RGB 19217221
HSL0.810.860.47
HSV291°92°87°
CMYK 0.130.920.00   0.13
XYZ34.989816.827869.8105
Yxy16.82780.28770.1384
Hunter Lab41.021780.4651-72.1842
CIE-Lab48.042382.3030-62.0403

#c011dd color RGB value is (192,17,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00010001 11011101
Octal 300 21 335
Decimal 192 17 221
Hex C0 11 DD

RGB Percentages of Color #c011dd

%44.65
%3.95
%51.40

CMYK Percentages of Color #c011dd

%13
%92
%0
%13

Triadic Colors of #c011dd

#c011dd #ddc011 #11ddc0

Analogous Colors of #c011dd

#c011dd #dd1194 #5a11dd

Monochromatic Colors of #c011dd

#c011dd

Complementary Color

#c011dd #2edd11

#c011dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c011dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c011dd Color CSS Codes

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

#c011dd Text Font Color

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

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


#c011dd Background Color

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

This div background color is #c011dd


#c011dd Border Color

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

This div border color is #c011dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c011dd


Comments

No comments written yet.

Please login to write comment.