Color Hex Logo

#c019dd Color Hex

#C019DD
(192,25,221)
0 Favorites   0 Comments

Color spaces of #c019dd

RGB 19225221
HSL0.810.800.48
HSV291°89°87°
CMYK 0.130.890.00   0.13
XYZ35.137017.122269.8596
Yxy17.12220.28770.1402
Hunter Lab41.379079.1602-71.1333
CIE-Lab48.413681.2043-61.4405

#c019dd color RGB value is (192,25,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00011001 11011101
Octal 300 31 335
Decimal 192 25 221
Hex C0 19 DD

RGB Percentages of Color #c019dd

%43.84
%5.71
%50.46

CMYK Percentages of Color #c019dd

%13
%89
%0
%13

Triadic Colors of #c019dd

#c019dd #ddc019 #19ddc0

Analogous Colors of #c019dd

#c019dd #dd1998 #5e19dd

Monochromatic Colors of #c019dd

#c019dd

Complementary Color

#c019dd #36dd19

#c019dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c019dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c019dd Color CSS Codes

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

#c019dd Text Font Color

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

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


#c019dd Background Color

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

This div background color is #c019dd


#c019dd Border Color

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

This div border color is #c019dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c019dd


Comments

No comments written yet.

Please login to write comment.