Color Hex Logo

#c31fcc Color Hex

#C31FCC
(195,31,204)
0 Favorites   0 Comments

Color spaces of #c31fcc

RGB 19531204
HSL0.820.740.46
HSV297°85°80°
CMYK 0.040.850.00   0.20
XYZ33.894716.941758.6104
Yxy16.94170.30970.1548
Hunter Lab41.160374.9607-55.6141
CIE-Lab48.186577.9034-52.0264

#c31fcc color RGB value is (195,31,204).

#c31fcc hex color red value is 195, green value is 31 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c31fcc hue: 0.82 , saturation: 0.74 and the lightness value of c31fcc is 0.46.

The process color (four color CMYK) of #c31fcc color hex is 0.04, 0.85, 0.00, 0.20. Web safe color of #c31fcc is #cc33cc. Color #c31fcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00011111 11001100
Octal 303 37 314
Decimal 195 31 204
Hex C3 1F CC

RGB Percentages of Color #c31fcc

%45.35
%7.21
%47.44

CMYK Percentages of Color #c31fcc

%4
%85
%0
%20

Triadic Colors of #c31fcc

#c31fcc #ccc31f #1fccc3

Analogous Colors of #c31fcc

#c31fcc #cc1f7f #6d1fcc

Monochromatic Colors of #c31fcc

#c31fcc

Complementary Color

#c31fcc #28cc1f

#c31fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c31fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c31fcc Color CSS Codes

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

#c31fcc Text Font Color

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

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


#c31fcc Background Color

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

This div background color is #c31fcc


#c31fcc Border Color

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

This div border color is #c31fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c31fcc


Comments

No comments written yet.

Please login to write comment.