Color Hex Logo

#c90aae Color Hex

#C90AAE
(201,10,174)
0 Favorites   0 Comments

Color spaces of #c90aae

RGB 20110174
HSL0.860.910.41
HSV308°95°79°
CMYK 0.000.950.13   0.21
XYZ31.835915.690641.3950
Yxy15.69060.35800.1765
Hunter Lab39.611474.1417-34.2318
CIE-Lab46.565977.5592-37.0136

#c90aae color RGB value is (201,10,174).

#c90aae hex color red value is 201, green value is 10 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #c90aae hue: 0.86 , saturation: 0.91 and the lightness value of c90aae is 0.41.

The process color (four color CMYK) of #c90aae color hex is 0.00, 0.95, 0.13, 0.21. Web safe color of #c90aae is #cc0099. Color #c90aae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00001010 10101110
Octal 311 12 256
Decimal 201 10 174
Hex C9 A AE

RGB Percentages of Color #c90aae

%52.21
%2.60
%45.19

CMYK Percentages of Color #c90aae

%0
%95
%13
%21

Triadic Colors of #c90aae

#c90aae #aec90a #0aaec9

Analogous Colors of #c90aae

#c90aae #c90a4e #850ac9

Monochromatic Colors of #c90aae

#c90aae

Complementary Color

#c90aae #0ac925

#c90aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c90aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c90aae Color CSS Codes

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

#c90aae Text Font Color

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

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


#c90aae Background Color

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

This div background color is #c90aae


#c90aae Border Color

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

This div border color is #c90aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c90aae


Comments

No comments written yet.

Please login to write comment.