Color Hex Logo

#c311cc Color Hex

#C311CC
(195,17,204)
0 Favorites   0 Comments

Color spaces of #c311cc

RGB 19517204
HSL0.830.850.43
HSV297°92°80°
CMYK 0.040.920.00   0.20
XYZ33.605216.362658.5139
Yxy16.36260.30980.1508
Hunter Lab40.450777.5035-57.4503
CIE-Lab47.446780.0800-53.2126

#c311cc color RGB value is (195,17,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00010001 11001100
Octal 303 21 314
Decimal 195 17 204
Hex C3 11 CC

RGB Percentages of Color #c311cc

%46.88
%4.09
%49.04

CMYK Percentages of Color #c311cc

%4
%92
%0
%20

Triadic Colors of #c311cc

#c311cc #ccc311 #11ccc3

Analogous Colors of #c311cc

#c311cc #cc1178 #6611cc

Monochromatic Colors of #c311cc

#c311cc

Complementary Color

#c311cc #1acc11

#c311cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c311cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c311cc Color CSS Codes

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

#c311cc Text Font Color

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

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


#c311cc Background Color

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

This div background color is #c311cc


#c311cc Border Color

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

This div border color is #c311cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c311cc


Comments

No comments written yet.

Please login to write comment.