Color Hex Logo

#ba59cb Color Hex

#BA59CB
(186,89,203)
0 Favorites   0 Comments

Color spaces of #ba59cb

RGB 18689203
HSL0.810.520.57
HSV291°56°80°
CMYK 0.080.560.00   0.20
XYZ34.601621.895758.9025
Yxy21.89570.29980.1897
Hunter Lab46.792850.1068-41.8788
CIE-Lab53.916255.6545-42.4175

#ba59cb color RGB value is (186,89,203).

#ba59cb hex color red value is 186, green value is 89 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ba59cb hue: 0.81 , saturation: 0.52 and the lightness value of ba59cb is 0.57.

The process color (four color CMYK) of #ba59cb color hex is 0.08, 0.56, 0.00, 0.20. Web safe color of #ba59cb is #cc66cc. Color #ba59cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01011001 11001011
Octal 272 131 313
Decimal 186 89 203
Hex BA 59 CB

RGB Percentages of Color #ba59cb

%38.91
%18.62
%42.47

CMYK Percentages of Color #ba59cb

%8
%56
%0
%20

Triadic Colors of #ba59cb

#ba59cb #cbba59 #59cbba

Analogous Colors of #ba59cb

#ba59cb #cb59a3 #8159cb

Monochromatic Colors of #ba59cb

#ba59cb

Complementary Color

#ba59cb #6acb59

#ba59cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba59cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba59cb Color CSS Codes

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

#ba59cb Text Font Color

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

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


#ba59cb Background Color

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

This div background color is #ba59cb


#ba59cb Border Color

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

This div border color is #ba59cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba59cb


Comments

No comments written yet.

Please login to write comment.