Color Hex Logo

#c536ae Color Hex

#C536AE
(197,54,174)
0 Favorites   0 Comments

Color spaces of #c536ae

RGB 19754174
HSL0.860.570.49
HSV310°73°77°
CMYK 0.000.730.12   0.23
XYZ31.985117.564641.7489
Yxy17.56460.35030.1924
Hunter Lab41.910162.8854-29.7248
CIE-Lab48.963767.7655-33.2912

#c536ae color RGB value is (197,54,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00110110 10101110
Octal 305 66 256
Decimal 197 54 174
Hex C5 36 AE

RGB Percentages of Color #c536ae

%46.35
%12.71
%40.94

CMYK Percentages of Color #c536ae

%0
%73
%12
%23

Triadic Colors of #c536ae

#c536ae #aec536 #36aec5

Analogous Colors of #c536ae

#c536ae #c53667 #9536c5

Monochromatic Colors of #c536ae

#c536ae

Complementary Color

#c536ae #36c54d

#c536ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c536ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c536ae Color CSS Codes

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

#c536ae Text Font Color

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

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


#c536ae Background Color

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

This div background color is #c536ae


#c536ae Border Color

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

This div border color is #c536ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c536ae


Comments

No comments written yet.

Please login to write comment.