Color Hex Logo

#c01faa Color Hex

#C01FAA
(192,31,170)
0 Favorites   0 Comments

Color spaces of #c01faa

RGB 19231170
HSL0.860.720.44
HSV308°84°75°
CMYK 0.000.840.11   0.25
XYZ29.483915.088739.3886
Yxy15.08870.35120.1797
Hunter Lab38.844267.5096-32.9301
CIE-Lab45.755472.2817-36.0312

#c01faa color RGB value is (192,31,170).

#c01faa hex color red value is 192, green value is 31 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c01faa hue: 0.86 , saturation: 0.72 and the lightness value of c01faa is 0.44.

The process color (four color CMYK) of #c01faa color hex is 0.00, 0.84, 0.11, 0.25. Web safe color of #c01faa is #cc3399. Color #c01faa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00011111 10101010
Octal 300 37 252
Decimal 192 31 170
Hex C0 1F AA

RGB Percentages of Color #c01faa

%48.85
%7.89
%43.26

CMYK Percentages of Color #c01faa

%0
%84
%11
%25

Triadic Colors of #c01faa

#c01faa #aac01f #1faac0

Analogous Colors of #c01faa

#c01faa #c01f5a #861fc0

Monochromatic Colors of #c01faa

#c01faa

Complementary Color

#c01faa #1fc035

#c01faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c01faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c01faa Color CSS Codes

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

#c01faa Text Font Color

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

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


#c01faa Background Color

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

This div background color is #c01faa


#c01faa Border Color

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

This div border color is #c01faa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,31,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c01faa


Comments

No comments written yet.

Please login to write comment.