Color Hex Logo

#c819dd Color Hex

#C819DD
(200,25,221)
0 Favorites   0 Comments

Color spaces of #c819dd

RGB 20025221
HSL0.820.800.48
HSV294°89°87°
CMYK 0.100.890.00   0.13
XYZ37.218218.195169.9570
Yxy18.19510.29690.1451
Hunter Lab42.655781.0983-67.3789
CIE-Lab49.731982.4717-59.2478

#c819dd color RGB value is (200,25,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 00011001 11011101
Octal 310 31 335
Decimal 200 25 221
Hex C8 19 DD

RGB Percentages of Color #c819dd

%44.84
%5.61
%49.55

CMYK Percentages of Color #c819dd

%10
%89
%0
%13

Triadic Colors of #c819dd

#c819dd #ddc819 #19ddc8

Analogous Colors of #c819dd

#c819dd #dd1990 #6619dd

Monochromatic Colors of #c819dd

#c819dd

Complementary Color

#c819dd #2edd19

#c819dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c819dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c819dd Color CSS Codes

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

#c819dd Text Font Color

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

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


#c819dd Background Color

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

This div background color is #c819dd


#c819dd Border Color

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

This div border color is #c819dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c819dd


Comments

No comments written yet.

Please login to write comment.