Color Hex Logo

#ba5bdc Color Hex

#BA5BDC
(186,91,220)
0 Favorites   0 Comments

Color spaces of #ba5bdc

RGB 18691220
HSL0.790.650.61
HSV284°59°86°
CMYK 0.150.590.00   0.14
XYZ36.909123.088670.2214
Yxy23.08860.28340.1773
Hunter Lab48.050653.0226-53.0113
CIE-Lab55.163558.0442-50.1001

#ba5bdc color RGB value is (186,91,220).

#ba5bdc hex color red value is 186, green value is 91 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ba5bdc hue: 0.79 , saturation: 0.65 and the lightness value of ba5bdc is 0.61.

The process color (four color CMYK) of #ba5bdc color hex is 0.15, 0.59, 0.00, 0.14. Web safe color of #ba5bdc is #cc66cc. Color #ba5bdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01011011 11011100
Octal 272 133 334
Decimal 186 91 220
Hex BA 5B DC

RGB Percentages of Color #ba5bdc

%37.42
%18.31
%44.27

CMYK Percentages of Color #ba5bdc

%15
%59
%0
%14

Triadic Colors of #ba5bdc

#ba5bdc #dcba5b #5bdcba

Analogous Colors of #ba5bdc

#ba5bdc #dc5bbe #7a5bdc

Monochromatic Colors of #ba5bdc

#ba5bdc

Complementary Color

#ba5bdc #7ddc5b

#ba5bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba5bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba5bdc Color CSS Codes

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

#ba5bdc Text Font Color

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

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


#ba5bdc Background Color

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

This div background color is #ba5bdc


#ba5bdc Border Color

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

This div border color is #ba5bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba5bdc


Comments

No comments written yet.

Please login to write comment.