Color Hex Logo

#c308cc Color Hex

#C308CC
(195,8,204)
0 Favorites   0 Comments

Color spaces of #c308cc

RGB 1958204
HSL0.830.920.42
HSV297°96°80°
CMYK 0.040.960.00   0.20
XYZ33.491616.135458.4760
Yxy16.13540.30980.1493
Hunter Lab40.168978.5323-58.1934
CIE-Lab47.151680.9528-53.6862

#c308cc color RGB value is (195,8,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00001000 11001100
Octal 303 10 314
Decimal 195 8 204
Hex C3 8 CC

RGB Percentages of Color #c308cc

%47.91
%1.97
%50.12

CMYK Percentages of Color #c308cc

%4
%96
%0
%20

Triadic Colors of #c308cc

#c308cc #ccc308 #08ccc3

Analogous Colors of #c308cc

#c308cc #cc0873 #6108cc

Monochromatic Colors of #c308cc

#c308cc

Complementary Color

#c308cc #11cc08

#c308cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c308cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c308cc Color CSS Codes

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

#c308cc Text Font Color

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

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


#c308cc Background Color

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

This div background color is #c308cc


#c308cc Border Color

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

This div border color is #c308cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c308cc


Comments

No comments written yet.

Please login to write comment.