Color Hex Logo

#ba5dbe Color Hex

#BA5DBE
(186,93,190)
0 Favorites   0 Comments

Color spaces of #ba5dbe

RGB 18693190
HSL0.830.430.55
HSV298°51°75°
CMYK 0.020.510.00   0.25
XYZ33.458321.985551.1954
Yxy21.98550.31380.2062
Hunter Lab46.888745.3168-31.9137
CIE-Lab54.011651.2668-34.8106

#ba5dbe color RGB value is (186,93,190).

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

The process color (four color CMYK) of #ba5dbe color hex is 0.02, 0.51, 0.00, 0.25. Web safe color of #ba5dbe is #cc66cc. Color #ba5dbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01011101 10111110
Octal 272 135 276
Decimal 186 93 190
Hex BA 5D BE

RGB Percentages of Color #ba5dbe

%39.66
%19.83
%40.51

CMYK Percentages of Color #ba5dbe

%2
%51
%0
%25

Triadic Colors of #ba5dbe

#ba5dbe #beba5d #5dbeba

Analogous Colors of #ba5dbe

#ba5dbe #be5d92 #8a5dbe

Monochromatic Colors of #ba5dbe

#ba5dbe

Complementary Color

#ba5dbe #61be5d

#ba5dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba5dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba5dbe Color CSS Codes

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

#ba5dbe Text Font Color

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

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


#ba5dbe Background Color

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

This div background color is #ba5dbe


#ba5dbe Border Color

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

This div border color is #ba5dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba5dbe


Comments

No comments written yet.

Please login to write comment.