Color Hex Logo

#ba5ebd Color Hex

#BA5EBD
(186,94,189)
0 Favorites   0 Comments

Color spaces of #ba5ebd

RGB 18694189
HSL0.830.420.55
HSV298°50°74°
CMYK 0.020.500.00   0.26
XYZ33.437722.118650.6511
Yxy22.11860.31480.2083
Hunter Lab47.030444.6068-30.9332
CIE-Lab54.152650.5866-34.0143

#ba5ebd color RGB value is (186,94,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01011110 10111101
Octal 272 136 275
Decimal 186 94 189
Hex BA 5E BD

RGB Percentages of Color #ba5ebd

%39.66
%20.04
%40.30

CMYK Percentages of Color #ba5ebd

%2
%50
%0
%26

Triadic Colors of #ba5ebd

#ba5ebd #bdba5e #5ebdba

Analogous Colors of #ba5ebd

#ba5ebd #bd5e91 #8b5ebd

Monochromatic Colors of #ba5ebd

#ba5ebd

Complementary Color

#ba5ebd #61bd5e

#ba5ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba5ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba5ebd Color CSS Codes

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

#ba5ebd Text Font Color

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

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


#ba5ebd Background Color

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

This div background color is #ba5ebd


#ba5ebd Border Color

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

This div border color is #ba5ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba5ebd


Comments

No comments written yet.

Please login to write comment.