Color Hex Logo

#c02faa Color Hex

#C02FAA
(192,47,170)
0 Favorites   0 Comments

Color spaces of #c02faa

RGB 19247170
HSL0.860.610.47
HSV309°76°75°
CMYK 0.000.760.11   0.25
XYZ30.010416.141839.5642
Yxy16.14180.35010.1883
Hunter Lab40.176963.0224-30.2621
CIE-Lab47.160068.2305-33.8211

#c02faa color RGB value is (192,47,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00101111 10101010
Octal 300 57 252
Decimal 192 47 170
Hex C0 2F AA

RGB Percentages of Color #c02faa

%46.94
%11.49
%41.56

CMYK Percentages of Color #c02faa

%0
%76
%11
%25

Triadic Colors of #c02faa

#c02faa #aac02f #2faac0

Analogous Colors of #c02faa

#c02faa #c02f61 #8e2fc0

Monochromatic Colors of #c02faa

#c02faa

Complementary Color

#c02faa #2fc045

#c02faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c02faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c02faa Color CSS Codes

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

#c02faa Text Font Color

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

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


#c02faa Background Color

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

This div background color is #c02faa


#c02faa Border Color

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

This div border color is #c02faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c02faa


Comments

No comments written yet.

Please login to write comment.