Color Hex Logo

#c541ba Color Hex

#C541BA
(197,65,186)
0 Favorites   0 Comments

Color spaces of #c541ba

RGB 19765186
HSL0.850.530.51
HSV305°67°77°
CMYK 0.000.670.06   0.23
XYZ33.779219.196148.3792
Yxy19.19610.33330.1894
Hunter Lab43.813460.9465-34.7993
CIE-Lab50.915865.7357-37.2425

#c541ba color RGB value is (197,65,186).

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

The process color (four color CMYK) of #c541ba color hex is 0.00, 0.67, 0.06, 0.23. Web safe color of #c541ba is #cc33cc. Color #c541ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01000001 10111010
Octal 305 101 272
Decimal 197 65 186
Hex C5 41 BA

RGB Percentages of Color #c541ba

%43.97
%14.51
%41.52

CMYK Percentages of Color #c541ba

%0
%67
%6
%23

Triadic Colors of #c541ba

#c541ba #bac541 #41bac5

Analogous Colors of #c541ba

#c541ba #c54178 #8e41c5

Monochromatic Colors of #c541ba

#c541ba

Complementary Color

#c541ba #41c54c

#c541ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c541ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c541ba Color CSS Codes

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

#c541ba Text Font Color

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

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


#c541ba Background Color

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

This div background color is #c541ba


#c541ba Border Color

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

This div border color is #c541ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c541ba


Comments

No comments written yet.

Please login to write comment.