Color Hex Logo

#c311ca Color Hex

#C311CA
(195,17,202)
0 Favorites   0 Comments

Color spaces of #c311ca

RGB 19517202
HSL0.830.840.43
HSV298°92°79°
CMYK 0.030.920.00   0.21
XYZ33.366816.267357.2584
Yxy16.26730.31220.1522
Hunter Lab40.332777.0886-55.9382
CIE-Lab47.323279.7739-52.2540

#c311ca color RGB value is (195,17,202).

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

The process color (four color CMYK) of #c311ca color hex is 0.03, 0.92, 0.00, 0.21. Web safe color of #c311ca is #cc00cc. Color #c311ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00010001 11001010
Octal 303 21 312
Decimal 195 17 202
Hex C3 11 CA

RGB Percentages of Color #c311ca

%47.10
%4.11
%48.79

CMYK Percentages of Color #c311ca

%3
%92
%0
%21

Triadic Colors of #c311ca

#c311ca #cac311 #11cac3

Analogous Colors of #c311ca

#c311ca #ca1175 #6711ca

Monochromatic Colors of #c311ca

#c311ca

Complementary Color

#c311ca #18ca11

#c311ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c311ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c311ca Color CSS Codes

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

#c311ca Text Font Color

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

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


#c311ca Background Color

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

This div background color is #c311ca


#c311ca Border Color

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

This div border color is #c311ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,17,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c311ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c311ca


Comments

No comments written yet.

Please login to write comment.