Color Hex Logo

#c522ae Color Hex

#C522AE
(197,34,174)
0 Favorites   0 Comments

Color spaces of #c522ae

RGB 19734174
HSL0.860.710.45
HSV308°83°77°
CMYK 0.000.830.12   0.23
XYZ31.238016.070441.4999
Yxy16.07040.35170.1810
Hunter Lab40.087968.9401-33.3168
CIE-Lab47.066773.2130-36.2724

#c522ae color RGB value is (197,34,174).

#c522ae hex color red value is 197, green value is 34 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #c522ae hue: 0.86 , saturation: 0.71 and the lightness value of c522ae is 0.45.

The process color (four color CMYK) of #c522ae color hex is 0.00, 0.83, 0.12, 0.23. Web safe color of #c522ae is #cc3399. Color #c522ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00100010 10101110
Octal 305 42 256
Decimal 197 34 174
Hex C5 22 AE

RGB Percentages of Color #c522ae

%48.64
%8.40
%42.96

CMYK Percentages of Color #c522ae

%0
%83
%12
%23

Triadic Colors of #c522ae

#c522ae #aec522 #22aec5

Analogous Colors of #c522ae

#c522ae #c5225c #8b22c5

Monochromatic Colors of #c522ae

#c522ae

Complementary Color

#c522ae #22c539

#c522ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c522ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c522ae Color CSS Codes

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

#c522ae Text Font Color

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

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


#c522ae Background Color

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

This div background color is #c522ae


#c522ae Border Color

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

This div border color is #c522ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c522ae


Comments

No comments written yet.

Please login to write comment.