Color Hex Logo

#c824aa Color Hex

#C824AA
(200,36,170)
0 Favorites   0 Comments

Color spaces of #c824aa

RGB 20036170
HSL0.860.690.46
HSV311°82°78°
CMYK 0.000.820.15   0.22
XYZ31.706016.443439.5330
Yxy16.44340.36160.1875
Hunter Lab40.550568.6041-29.4170
CIE-Lab47.550972.8405-33.1095

#c824aa color RGB value is (200,36,170).

#c824aa hex color red value is 200, green value is 36 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c824aa hue: 0.86 , saturation: 0.69 and the lightness value of c824aa is 0.46.

The process color (four color CMYK) of #c824aa color hex is 0.00, 0.82, 0.15, 0.22. Web safe color of #c824aa is #cc3399. Color #c824aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00100100 10101010
Octal 310 44 252
Decimal 200 36 170
Hex C8 24 AA

RGB Percentages of Color #c824aa

%49.26
%8.87
%41.87

CMYK Percentages of Color #c824aa

%0
%82
%15
%22

Triadic Colors of #c824aa

#c824aa #aac824 #24aac8

Analogous Colors of #c824aa

#c824aa #c82458 #9424c8

Monochromatic Colors of #c824aa

#c824aa

Complementary Color

#c824aa #24c842

#c824aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c824aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c824aa Color CSS Codes

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

#c824aa Text Font Color

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

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


#c824aa Background Color

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

This div background color is #c824aa


#c824aa Border Color

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

This div border color is #c824aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c824aa


Comments

No comments written yet.

Please login to write comment.