Color Hex Logo

#c519dd Color Hex

#C519DD
(197,25,221)
0 Favorites   0 Comments

Color spaces of #c519dd

RGB 19725221
HSL0.810.800.48
HSV293°89°87°
CMYK 0.110.890.00   0.13
XYZ36.424717.786069.9199
Yxy17.78600.29340.1433
Hunter Lab42.173580.3648-68.7762
CIE-Lab49.235581.9929-60.0731

#c519dd color RGB value is (197,25,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00011001 11011101
Octal 305 31 335
Decimal 197 25 221
Hex C5 19 DD

RGB Percentages of Color #c519dd

%44.47
%5.64
%49.89

CMYK Percentages of Color #c519dd

%11
%89
%0
%13

Triadic Colors of #c519dd

#c519dd #ddc519 #19ddc5

Analogous Colors of #c519dd

#c519dd #dd1993 #6319dd

Monochromatic Colors of #c519dd

#c519dd

Complementary Color

#c519dd #31dd19

#c519dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c519dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c519dd Color CSS Codes

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

#c519dd Text Font Color

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

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


#c519dd Background Color

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

This div background color is #c519dd


#c519dd Border Color

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

This div border color is #c519dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c519dd


Comments

No comments written yet.

Please login to write comment.