color codes Logo

#c520dd color codes

#C520DD
(197,32,221)
0 Favorites   0 Comments

Color spaces of #c520dd

RGB 19732221
HSL0.810.750.50
HSV292°86°87°
CMYK 0.110.860.00   0.13
XYZ36.593618.123869.9762
Yxy18.12380.29350.1453
Hunter Lab42.572178.9319-67.6552
CIE-Lab49.645980.7844-59.4118

#c520dd color RGB value is (197,32,221).

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

The process color (four color CMYK) of #c520dd color code is 0.11, 0.86, 0.00, 0.13. Web safe color of #c520dd is #cc33cc. Color #c520dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00100000 11011101
Octal 305 40 335
Decimal 197 32 221
Hex C5 20 DD

RGB Percentages of Color #c520dd

%43.78
%7.11
%49.11

CMYK Percentages of Color #c520dd

%11
%86
%0
%13

Triadic Colors of #c520dd

#c520dd #ddc520 #20ddc5

Analogous Colors of #c520dd

#c520dd #dd2097 #6720dd

Monochromatic Colors of #c520dd

#c520dd

Complementary Color

#c520dd #38dd20

#c520dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c520dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c520dd Color CSS Codes

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

#c520dd Text Font Color

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

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


#c520dd Background Color

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

This div background color is #c520dd


#c520dd Border Color

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

This div border color is #c520dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c520dd


Comments

No comments written yet.

Please login to write comment.