Color Hex Logo

#c900ae Color Hex

#C900AE
(201,0,174)
0 Favorites   0 Comments

Color spaces of #c900ae

RGB 2010174
HSL0.861.000.39
HSV308°100°79°
CMYK 0.001.000.13   0.21
XYZ31.727415.473541.3589
Yxy15.47350.35830.1747
Hunter Lab39.336475.1335-34.8030
CIE-Lab46.276078.4138-37.4713

#c900ae color RGB value is (201,0,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 00000000 10101110
Octal 311 0 256
Decimal 201 0 174
Hex C9 0 AE

RGB Percentages of Color #c900ae

%53.60
%0.00
%46.40

CMYK Percentages of Color #c900ae

%0
%100
%13
%21

Triadic Colors of #c900ae

#c900ae #aec900 #00aec9

Analogous Colors of #c900ae

#c900ae #c9004a #8000c9

Monochromatic Colors of #c900ae

#c900ae

Complementary Color

#c900ae #00c91b

#c900ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c900ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c900ae Color CSS Codes

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

#c900ae Text Font Color

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

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


#c900ae Background Color

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

This div background color is #c900ae


#c900ae Border Color

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

This div border color is #c900ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c900ae


Comments

No comments written yet.

Please login to write comment.