Color Hex Logo

#c043aa Color Hex

#C043AA
(192,67,170)
0 Favorites   0 Comments

Color spaces of #c043aa

RGB 19267170
HSL0.860.500.51
HSV311°65°75°
CMYK 0.000.650.11   0.25
XYZ31.001118.123139.8944
Yxy18.12310.34830.2036
Hunter Lab42.571255.4871-25.7620
CIE-Lab49.645161.2249-29.9323

#c043aa color RGB value is (192,67,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01000011 10101010
Octal 300 103 252
Decimal 192 67 170
Hex C0 43 AA

RGB Percentages of Color #c043aa

%44.76
%15.62
%39.63

CMYK Percentages of Color #c043aa

%0
%65
%11
%25

Triadic Colors of #c043aa

#c043aa #aac043 #43aac0

Analogous Colors of #c043aa

#c043aa #c0436c #9843c0

Monochromatic Colors of #c043aa

#c043aa

Complementary Color

#c043aa #43c059

#c043aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c043aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c043aa Color CSS Codes

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

#c043aa Text Font Color

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

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


#c043aa Background Color

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

This div background color is #c043aa


#c043aa Border Color

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

This div border color is #c043aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c043aa


Comments

No comments written yet.

Please login to write comment.