Color Hex Logo

#c530cc Color Hex

#C530CC
(197,48,204)
0 Favorites   0 Comments

Color spaces of #c530cc

RGB 19748204
HSL0.830.620.49
HSV297°76°80°
CMYK 0.030.760.00   0.20
XYZ34.982018.343958.8237
Yxy18.34390.31190.1636
Hunter Lab42.829870.8410-51.4498
CIE-Lab49.910674.2235-49.2509

#c530cc color RGB value is (197,48,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00110000 11001100
Octal 305 60 314
Decimal 197 48 204
Hex C5 30 CC

RGB Percentages of Color #c530cc

%43.88
%10.69
%45.43

CMYK Percentages of Color #c530cc

%3
%76
%0
%20

Triadic Colors of #c530cc

#c530cc #ccc530 #30ccc5

Analogous Colors of #c530cc

#c530cc #cc3085 #7730cc

Monochromatic Colors of #c530cc

#c530cc

Complementary Color

#c530cc #37cc30

#c530cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c530cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c530cc Color CSS Codes

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

#c530cc Text Font Color

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

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


#c530cc Background Color

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

This div background color is #c530cc


#c530cc Border Color

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

This div border color is #c530cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c530cc


Comments

No comments written yet.

Please login to write comment.