Color Hex Logo

#c507cc Color Hex

#C507CC
(197,7,204)
0 Favorites   0 Comments

Color spaces of #c507cc

RGB 1977204
HSL0.830.930.41
HSV298°97°80°
CMYK 0.030.970.00   0.20
XYZ34.001016.381958.4967
Yxy16.38190.31230.1505
Hunter Lab40.474679.1200-57.3579
CIE-Lab47.471681.3551-53.1537

#c507cc color RGB value is (197,7,204).

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

The process color (four color CMYK) of #c507cc color hex is 0.03, 0.97, 0.00, 0.20. Web safe color of #c507cc is #cc00cc. Color #c507cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00000111 11001100
Octal 305 7 314
Decimal 197 7 204
Hex C5 7 CC

RGB Percentages of Color #c507cc

%48.28
%1.72
%50.00

CMYK Percentages of Color #c507cc

%3
%97
%0
%20

Triadic Colors of #c507cc

#c507cc #ccc507 #07ccc5

Analogous Colors of #c507cc

#c507cc #cc0771 #6307cc

Monochromatic Colors of #c507cc

#c507cc

Complementary Color

#c507cc #0ecc07

#c507cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c507cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c507cc Color CSS Codes

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

#c507cc Text Font Color

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

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


#c507cc Background Color

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

This div background color is #c507cc


#c507cc Border Color

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

This div border color is #c507cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c507cc


Comments

No comments written yet.

Please login to write comment.