Color Hex Logo

#c541ab Color Hex

#C541AB
(197,65,171)
0 Favorites   0 Comments

Color spaces of #c541ab

RGB 19765171
HSL0.870.530.51
HSV312°67°77°
CMYK 0.000.670.13   0.23
XYZ32.266918.591240.4159
Yxy18.59120.35350.2037
Hunter Lab43.117558.1244-25.3928
CIE-Lab50.205563.4315-29.5871

#c541ab color RGB value is (197,65,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01000001 10101011
Octal 305 101 253
Decimal 197 65 171
Hex C5 41 AB

RGB Percentages of Color #c541ab

%45.50
%15.01
%39.49

CMYK Percentages of Color #c541ab

%0
%67
%13
%23

Triadic Colors of #c541ab

#c541ab #abc541 #41abc5

Analogous Colors of #c541ab

#c541ab #c54169 #9d41c5

Monochromatic Colors of #c541ab

#c541ab

Complementary Color

#c541ab #41c55b

#c541ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c541ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c541ab Color CSS Codes

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

#c541ab Text Font Color

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

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


#c541ab Background Color

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

This div background color is #c541ab


#c541ab Border Color

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

This div border color is #c541ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,65,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c541ab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c541ab


Comments

No comments written yet.

Please login to write comment.