Color Hex Logo

#c033aa Color Hex

#C033AA
(192,51,170)
0 Favorites   0 Comments

Color spaces of #c033aa

RGB 19251170
HSL0.860.580.48
HSV309°73°75°
CMYK 0.000.730.11   0.25
XYZ30.177816.476439.6199
Yxy16.47640.34980.1910
Hunter Lab40.591161.6728-29.4576
CIE-Lab47.593466.9942-33.1407

#c033aa color RGB value is (192,51,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00110011 10101010
Octal 300 63 252
Decimal 192 51 170
Hex C0 33 AA

RGB Percentages of Color #c033aa

%46.49
%12.35
%41.16

CMYK Percentages of Color #c033aa

%0
%73
%11
%25

Triadic Colors of #c033aa

#c033aa #aac033 #33aac0

Analogous Colors of #c033aa

#c033aa #c03363 #9033c0

Monochromatic Colors of #c033aa

#c033aa

Complementary Color

#c033aa #33c049

#c033aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c033aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c033aa Color CSS Codes

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

#c033aa Text Font Color

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

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


#c033aa Background Color

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

This div background color is #c033aa


#c033aa Border Color

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

This div border color is #c033aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c033aa


Comments

No comments written yet.

Please login to write comment.