Color Hex Logo

#c504ae Color Hex

#C504AE
(197,4,174)
0 Favorites   0 Comments

Color spaces of #c504ae

RGB 1974174
HSL0.850.960.39
HSV307°98°77°
CMYK 0.000.980.12   0.23
XYZ30.709415.013141.3237
Yxy15.01310.35280.1725
Hunter Lab38.746773.6665-36.1105
CIE-Lab45.652177.3530-38.5058

#c504ae color RGB value is (197,4,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00000100 10101110
Octal 305 4 256
Decimal 197 4 174
Hex C5 4 AE

RGB Percentages of Color #c504ae

%52.53
%1.07
%46.40

CMYK Percentages of Color #c504ae

%0
%98
%12
%23

Triadic Colors of #c504ae

#c504ae #aec504 #04aec5

Analogous Colors of #c504ae

#c504ae #c5044d #7c04c5

Monochromatic Colors of #c504ae

#c504ae

Complementary Color

#c504ae #04c51b

#c504ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c504ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c504ae Color CSS Codes

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

#c504ae Text Font Color

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

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


#c504ae Background Color

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

This div background color is #c504ae


#c504ae Border Color

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

This div border color is #c504ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c504ae


Comments

No comments written yet.

Please login to write comment.