Color Hex Logo

#c043ae Color Hex

#C043AE
(192,67,174)
0 Favorites   0 Comments

Color spaces of #c043ae

RGB 19267174
HSL0.860.500.51
HSV309°65°75°
CMYK 0.000.650.09   0.25
XYZ31.385418.276841.9180
Yxy18.27680.34270.1996
Hunter Lab42.751456.2287-28.2083
CIE-Lab49.830161.8436-31.9932

#c043ae color RGB value is (192,67,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01000011 10101110
Octal 300 103 256
Decimal 192 67 174
Hex C0 43 AE

RGB Percentages of Color #c043ae

%44.34
%15.47
%40.18

CMYK Percentages of Color #c043ae

%0
%65
%9
%25

Triadic Colors of #c043ae

#c043ae #aec043 #43aec0

Analogous Colors of #c043ae

#c043ae #c04370 #9443c0

Monochromatic Colors of #c043ae

#c043ae

Complementary Color

#c043ae #43c055

#c043ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c043ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c043ae Color CSS Codes

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

#c043ae Text Font Color

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

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


#c043ae Background Color

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

This div background color is #c043ae


#c043ae Border Color

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

This div border color is #c043ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,67,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c043ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c043ae


Comments

No comments written yet.

Please login to write comment.