Color Hex Logo

#c508cc Color Hex

#C508CC
(197,8,204)
0 Favorites   0 Comments

Color spaces of #c508cc

RGB 1978204
HSL0.830.920.42
HSV298°96°80°
CMYK 0.030.960.00   0.20
XYZ34.011916.403658.5003
Yxy16.40360.31230.1506
Hunter Lab40.501479.0219-57.2877
CIE-Lab47.499681.2723-53.1087

#c508cc color RGB value is (197,8,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00001000 11001100
Octal 305 10 314
Decimal 197 8 204
Hex C5 8 CC

RGB Percentages of Color #c508cc

%48.17
%1.96
%49.88

CMYK Percentages of Color #c508cc

%3
%96
%0
%20

Triadic Colors of #c508cc

#c508cc #ccc508 #08ccc5

Analogous Colors of #c508cc

#c508cc #cc0871 #6308cc

Monochromatic Colors of #c508cc

#c508cc

Complementary Color

#c508cc #0fcc08

#c508cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c508cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c508cc Color CSS Codes

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

#c508cc Text Font Color

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

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


#c508cc Background Color

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

This div background color is #c508cc


#c508cc Border Color

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

This div border color is #c508cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c508cc


Comments

No comments written yet.

Please login to write comment.