Color Hex Logo

#ba57bd Color Hex

#BA57BD
(186,87,189)
0 Favorites   0 Comments

Color spaces of #ba57bd

RGB 18687189
HSL0.830.440.54
HSV298°54°74°
CMYK 0.020.540.00   0.26
XYZ32.843220.929650.4529
Yxy20.92960.31510.2008
Hunter Lab45.748948.0849-33.3621
CIE-Lab52.872454.0005-36.0193

#ba57bd color RGB value is (186,87,189).

#ba57bd hex color red value is 186, green value is 87 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ba57bd hue: 0.83 , saturation: 0.44 and the lightness value of ba57bd is 0.54.

The process color (four color CMYK) of #ba57bd color hex is 0.02, 0.54, 0.00, 0.26. Web safe color of #ba57bd is #cc66cc. Color #ba57bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01010111 10111101
Octal 272 127 275
Decimal 186 87 189
Hex BA 57 BD

RGB Percentages of Color #ba57bd

%40.26
%18.83
%40.91

CMYK Percentages of Color #ba57bd

%2
%54
%0
%26

Triadic Colors of #ba57bd

#ba57bd #bdba57 #57bdba

Analogous Colors of #ba57bd

#ba57bd #bd578d #8757bd

Monochromatic Colors of #ba57bd

#ba57bd

Complementary Color

#ba57bd #5abd57

#ba57bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba57bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba57bd Color CSS Codes

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

#ba57bd Text Font Color

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

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


#ba57bd Background Color

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

This div background color is #ba57bd


#ba57bd Border Color

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

This div border color is #ba57bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba57bd


Comments

No comments written yet.

Please login to write comment.