Color Hex Logo

#c541ae Color Hex

#C541AE
(197,65,174)
0 Favorites   0 Comments

Color spaces of #c541ae

RGB 19765174
HSL0.860.530.51
HSV310°67°77°
CMYK 0.000.670.12   0.23
XYZ32.556218.706941.9393
Yxy18.70690.34930.2007
Hunter Lab43.251558.6702-27.2152
CIE-Lab50.342563.8801-31.1345

#c541ae color RGB value is (197,65,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01000001 10101110
Octal 305 101 256
Decimal 197 65 174
Hex C5 41 AE

RGB Percentages of Color #c541ae

%45.18
%14.91
%39.91

CMYK Percentages of Color #c541ae

%0
%67
%12
%23

Triadic Colors of #c541ae

#c541ae #aec541 #41aec5

Analogous Colors of #c541ae

#c541ae #c5416c #9a41c5

Monochromatic Colors of #c541ae

#c541ae

Complementary Color

#c541ae #41c558

#c541ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c541ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c541ae Color CSS Codes

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

#c541ae Text Font Color

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

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


#c541ae Background Color

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

This div background color is #c541ae


#c541ae Border Color

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

This div border color is #c541ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c541ae


Comments

No comments written yet.

Please login to write comment.