Color Hex Logo

#c04aaa Color Hex

#C04AAA
(192,74,170)
0 Favorites   0 Comments

Color spaces of #c04aaa

RGB 19274170
HSL0.860.480.52
HSV311°61°75°
CMYK 0.000.610.11   0.25
XYZ31.442719.006340.0416
Yxy19.00630.34750.2100
Hunter Lab43.596252.4454-23.9384
CIE-Lab50.694658.3277-28.2987

#c04aaa color RGB value is (192,74,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01001010 10101010
Octal 300 112 252
Decimal 192 74 170
Hex C0 4A AA

RGB Percentages of Color #c04aaa

%44.04
%16.97
%38.99

CMYK Percentages of Color #c04aaa

%0
%61
%11
%25

Triadic Colors of #c04aaa

#c04aaa #aac04a #4aaac0

Analogous Colors of #c04aaa

#c04aaa #c04a6f #9b4ac0

Monochromatic Colors of #c04aaa

#c04aaa

Complementary Color

#c04aaa #4ac060

#c04aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c04aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c04aaa Color CSS Codes

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

#c04aaa Text Font Color

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

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


#c04aaa Background Color

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

This div background color is #c04aaa


#c04aaa Border Color

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

This div border color is #c04aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c04aaa


Comments

No comments written yet.

Please login to write comment.