Color Hex Logo

#c540ba Color Hex

#C540BA
(197,64,186)
0 Favorites   0 Comments

Color spaces of #c540ba

RGB 19764186
HSL0.850.530.51
HSV305°68°77°
CMYK 0.000.680.06   0.23
XYZ33.722319.082348.3603
Yxy19.08230.33330.1886
Hunter Lab43.683361.3513-35.0597
CIE-Lab50.783466.1078-37.4510

#c540ba color RGB value is (197,64,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01000000 10111010
Octal 305 100 272
Decimal 197 64 186
Hex C5 40 BA

RGB Percentages of Color #c540ba

%44.07
%14.32
%41.61

CMYK Percentages of Color #c540ba

%0
%68
%6
%23

Triadic Colors of #c540ba

#c540ba #bac540 #40bac5

Analogous Colors of #c540ba

#c540ba #c54078 #8e40c5

Monochromatic Colors of #c540ba

#c540ba

Complementary Color

#c540ba #40c54b

#c540ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c540ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c540ba Color CSS Codes

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

#c540ba Text Font Color

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

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


#c540ba Background Color

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

This div background color is #c540ba


#c540ba Border Color

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

This div border color is #c540ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c540ba


Comments

No comments written yet.

Please login to write comment.