Color Hex Logo

#c92aaa Color Hex

#C92AAA
(201,42,170)
0 Favorites   0 Comments

Color spaces of #c92aaa

RGB 20142170
HSL0.870.650.48
HSV312°79°79°
CMYK 0.000.790.15   0.21
XYZ32.171116.975739.6112
Yxy16.97570.36250.1913
Hunter Lab41.201667.2740-28.1603
CIE-Lab48.229471.6034-32.0337

#c92aaa color RGB value is (201,42,170).

#c92aaa hex color red value is 201, green value is 42 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c92aaa hue: 0.87 , saturation: 0.65 and the lightness value of c92aaa is 0.48.

The process color (four color CMYK) of #c92aaa color hex is 0.00, 0.79, 0.15, 0.21. Web safe color of #c92aaa is #cc3399. Color #c92aaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00101010 10101010
Octal 311 52 252
Decimal 201 42 170
Hex C9 2A AA

RGB Percentages of Color #c92aaa

%48.67
%10.17
%41.16

CMYK Percentages of Color #c92aaa

%0
%79
%15
%21

Triadic Colors of #c92aaa

#c92aaa #aac92a #2aaac9

Analogous Colors of #c92aaa

#c92aaa #c92a5b #992ac9

Monochromatic Colors of #c92aaa

#c92aaa

Complementary Color

#c92aaa #2ac949

#c92aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c92aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c92aaa Color CSS Codes

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

#c92aaa Text Font Color

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

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


#c92aaa Background Color

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

This div background color is #c92aaa


#c92aaa Border Color

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

This div border color is #c92aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c92aaa


Comments

No comments written yet.

Please login to write comment.