Color Hex Logo

#c500ae Color Hex

#C500AE
(197,0,174)
0 Favorites   0 Comments

Color spaces of #c500ae

RGB 1970174
HSL0.851.000.39
HSV307°100°77°
CMYK 0.001.000.12   0.23
XYZ30.665914.926341.3092
Yxy14.92630.35290.1718
Hunter Lab38.634674.0725-36.3504
CIE-Lab45.533177.7040-38.6941

#c500ae color RGB value is (197,0,174).

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

The process color (four color CMYK) of #c500ae color hex is 0.00, 1.00, 0.12, 0.23. Web safe color of #c500ae is #cc0099. Color #c500ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00000000 10101110
Octal 305 0 256
Decimal 197 0 174
Hex C5 0 AE

RGB Percentages of Color #c500ae

%53.10
%0.00
%46.90

CMYK Percentages of Color #c500ae

%0
%100
%12
%23

Triadic Colors of #c500ae

#c500ae #aec500 #00aec5

Analogous Colors of #c500ae

#c500ae #c5004c #7a00c5

Monochromatic Colors of #c500ae

#c500ae

Complementary Color

#c500ae #00c517

#c500ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c500ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c500ae Color CSS Codes

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

#c500ae Text Font Color

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

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


#c500ae Background Color

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

This div background color is #c500ae


#c500ae Border Color

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

This div border color is #c500ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c500ae


Comments

No comments written yet.

Please login to write comment.