Color Hex Logo

#c014dd Color Hex

#C014DD
(192,20,221)
0 Favorites   0 Comments

Color spaces of #c014dd

RGB 19220221
HSL0.810.830.47
HSV291°91°87°
CMYK 0.130.910.00   0.13
XYZ35.039516.927269.8271
Yxy16.92720.28770.1390
Hunter Lab41.142780.0213-71.8267
CIE-Lab48.168281.9301-61.8370

#c014dd color RGB value is (192,20,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00010100 11011101
Octal 300 24 335
Decimal 192 20 221
Hex C0 14 DD

RGB Percentages of Color #c014dd

%44.34
%4.62
%51.04

CMYK Percentages of Color #c014dd

%13
%91
%0
%13

Triadic Colors of #c014dd

#c014dd #ddc014 #14ddc0

Analogous Colors of #c014dd

#c014dd #dd1496 #5c14dd

Monochromatic Colors of #c014dd

#c014dd

Complementary Color

#c014dd #31dd14

#c014dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c014dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c014dd Color CSS Codes

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

#c014dd Text Font Color

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

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


#c014dd Background Color

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

This div background color is #c014dd


#c014dd Border Color

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

This div border color is #c014dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c014dd


Comments

No comments written yet.

Please login to write comment.