Color Hex Logo

#c013dd Color Hex

#C013DD
(192,19,221)
0 Favorites   0 Comments

Color spaces of #c013dd

RGB 19219221
HSL0.810.840.47
HSV291°91°87°
CMYK 0.130.910.00   0.13
XYZ35.022216.892769.8213
Yxy16.89270.28770.1388
Hunter Lab41.100780.1747-71.9504
CIE-Lab48.124682.0591-61.9074

#c013dd color RGB value is (192,19,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00010011 11011101
Octal 300 23 335
Decimal 192 19 221
Hex C0 13 DD

RGB Percentages of Color #c013dd

%44.44
%4.40
%51.16

CMYK Percentages of Color #c013dd

%13
%91
%0
%13

Triadic Colors of #c013dd

#c013dd #ddc013 #13ddc0

Analogous Colors of #c013dd

#c013dd #dd1395 #5b13dd

Monochromatic Colors of #c013dd

#c013dd

Complementary Color

#c013dd #30dd13

#c013dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c013dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c013dd Color CSS Codes

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

#c013dd Text Font Color

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

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


#c013dd Background Color

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

This div background color is #c013dd


#c013dd Border Color

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

This div border color is #c013dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c013dd


Comments

No comments written yet.

Please login to write comment.