Color Hex Logo

#c95aaa Color Hex

#C95AAA
(201,90,170)
0 Favorites   0 Comments

Color spaces of #c95aaa

RGB 20190170
HSL0.880.510.57
HSV317°55°79°
CMYK 0.000.550.15   0.21
XYZ34.999322.632140.5540
Yxy22.63210.35650.2305
Hunter Lab47.573248.0682-17.2408
CIE-Lab54.691353.6758-22.0163

#c95aaa color RGB value is (201,90,170).

#c95aaa hex color red value is 201, green value is 90 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c95aaa hue: 0.88 , saturation: 0.51 and the lightness value of c95aaa is 0.57.

The process color (four color CMYK) of #c95aaa color hex is 0.00, 0.55, 0.15, 0.21. Web safe color of #c95aaa is #cc6699. Color #c95aaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01011010 10101010
Octal 311 132 252
Decimal 201 90 170
Hex C9 5A AA

RGB Percentages of Color #c95aaa

%43.60
%19.52
%36.88

CMYK Percentages of Color #c95aaa

%0
%55
%15
%21

Triadic Colors of #c95aaa

#c95aaa #aac95a #5aaac9

Analogous Colors of #c95aaa

#c95aaa #c95a73 #b15ac9

Monochromatic Colors of #c95aaa

#c95aaa

Complementary Color

#c95aaa #5ac979

#c95aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c95aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c95aaa Color CSS Codes

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

#c95aaa Text Font Color

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

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


#c95aaa Background Color

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

This div background color is #c95aaa


#c95aaa Border Color

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

This div border color is #c95aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c95aaa


Comments

No comments written yet.

Please login to write comment.