Color Hex Logo

#c537cc Color Hex

#C537CC
(197,55,204)
0 Favorites   0 Comments

Color spaces of #c537cc

RGB 19755204
HSL0.830.590.51
HSV297°73°80°
CMYK 0.030.730.00   0.20
XYZ35.291218.962358.9268
Yxy18.96230.31180.1675
Hunter Lab43.545768.4585-49.7502
CIE-Lab50.643172.1189-48.0831

#c537cc color RGB value is (197,55,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00110111 11001100
Octal 305 67 314
Decimal 197 55 204
Hex C5 37 CC

RGB Percentages of Color #c537cc

%43.20
%12.06
%44.74

CMYK Percentages of Color #c537cc

%3
%73
%0
%20

Triadic Colors of #c537cc

#c537cc #ccc537 #37ccc5

Analogous Colors of #c537cc

#c537cc #cc3789 #7b37cc

Monochromatic Colors of #c537cc

#c537cc

Complementary Color

#c537cc #3ecc37

#c537cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c537cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c537cc Color CSS Codes

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

#c537cc Text Font Color

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

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


#c537cc Background Color

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

This div background color is #c537cc


#c537cc Border Color

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

This div border color is #c537cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c537cc


Comments

No comments written yet.

Please login to write comment.