Color Hex Logo

#c01fcc Color Hex

#C01FCC
(192,31,204)
0 Favorites   0 Comments

Color spaces of #c01fcc

RGB 19231204
HSL0.820.740.46
HSV296°85°80°
CMYK 0.060.850.00   0.20
XYZ33.127316.546158.5744
Yxy16.54610.30600.1529
Hunter Lab40.676974.1860-56.9033
CIE-Lab47.683077.3775-52.8612

#c01fcc color RGB value is (192,31,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00011111 11001100
Octal 300 37 314
Decimal 192 31 204
Hex C0 1F CC

RGB Percentages of Color #c01fcc

%44.96
%7.26
%47.78

CMYK Percentages of Color #c01fcc

%6
%85
%0
%20

Triadic Colors of #c01fcc

#c01fcc #ccc01f #1fccc0

Analogous Colors of #c01fcc

#c01fcc #cc1f82 #6a1fcc

Monochromatic Colors of #c01fcc

#c01fcc

Complementary Color

#c01fcc #2bcc1f

#c01fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c01fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c01fcc Color CSS Codes

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

#c01fcc Text Font Color

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

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


#c01fcc Background Color

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

This div background color is #c01fcc


#c01fcc Border Color

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

This div border color is #c01fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c01fcc


Comments

No comments written yet.

Please login to write comment.