Color Hex Logo

#c03aaa Color Hex

#C03AAA
(192,58,170)
0 Favorites   0 Comments

Color spaces of #c03aaa

RGB 19258170
HSL0.860.540.49
HSV310°70°75°
CMYK 0.000.700.11   0.25
XYZ30.507017.134939.7297
Yxy17.13490.34920.1961
Hunter Lab41.394359.1118-27.9297
CIE-Lab48.429664.6259-31.8308

#c03aaa color RGB value is (192,58,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00111010 10101010
Octal 300 72 252
Decimal 192 58 170
Hex C0 3A AA

RGB Percentages of Color #c03aaa

%45.71
%13.81
%40.48

CMYK Percentages of Color #c03aaa

%0
%70
%11
%25

Triadic Colors of #c03aaa

#c03aaa #aac03a #3aaac0

Analogous Colors of #c03aaa

#c03aaa #c03a67 #933ac0

Monochromatic Colors of #c03aaa

#c03aaa

Complementary Color

#c03aaa #3ac050

#c03aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c03aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c03aaa Color CSS Codes

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

#c03aaa Text Font Color

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

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


#c03aaa Background Color

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

This div background color is #c03aaa


#c03aaa Border Color

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

This div border color is #c03aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c03aaa


Comments

No comments written yet.

Please login to write comment.