Color Hex Logo

#c521cc Color Hex

#C521CC
(197,33,204)
0 Favorites   0 Comments

Color spaces of #c521cc

RGB 19733204
HSL0.830.720.46
HSV298°84°80°
CMYK 0.030.840.00   0.20
XYZ34.468917.317758.6527
Yxy17.31770.31210.1568
Hunter Lab41.614575.0243-54.4348
CIE-Lab48.657977.8626-51.2528

#c521cc color RGB value is (197,33,204).

#c521cc hex color red value is 197, green value is 33 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c521cc hue: 0.83 , saturation: 0.72 and the lightness value of c521cc is 0.46.

The process color (four color CMYK) of #c521cc color hex is 0.03, 0.84, 0.00, 0.20. Web safe color of #c521cc is #cc33cc. Color #c521cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00100001 11001100
Octal 305 41 314
Decimal 197 33 204
Hex C5 21 CC

RGB Percentages of Color #c521cc

%45.39
%7.60
%47.00

CMYK Percentages of Color #c521cc

%3
%84
%0
%20

Triadic Colors of #c521cc

#c521cc #ccc521 #21ccc5

Analogous Colors of #c521cc

#c521cc #cc217e #7021cc

Monochromatic Colors of #c521cc

#c521cc

Complementary Color

#c521cc #28cc21

#c521cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c521cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c521cc Color CSS Codes

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

#c521cc Text Font Color

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

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


#c521cc Background Color

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

This div background color is #c521cc


#c521cc Border Color

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

This div border color is #c521cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,33,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c521cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c521cc


Comments

No comments written yet.

Please login to write comment.