Color Hex Logo

#ba5bbf Color Hex

#BA5BBF
(186,91,191)
0 Favorites   0 Comments

Color spaces of #ba5bbf

RGB 18691191
HSL0.830.440.55
HSV297°52°75°
CMYK 0.030.520.00   0.25
XYZ33.394821.682951.7153
Yxy21.68290.31270.2030
Hunter Lab46.564946.5257-33.2525
CIE-Lab53.688952.4342-35.8916

#ba5bbf color RGB value is (186,91,191).

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

The process color (four color CMYK) of #ba5bbf color hex is 0.03, 0.52, 0.00, 0.25. Web safe color of #ba5bbf is #cc66cc. Color #ba5bbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01011011 10111111
Octal 272 133 277
Decimal 186 91 191
Hex BA 5B BF

RGB Percentages of Color #ba5bbf

%39.74
%19.44
%40.81

CMYK Percentages of Color #ba5bbf

%3
%52
%0
%25

Triadic Colors of #ba5bbf

#ba5bbf #bfba5b #5bbfba

Analogous Colors of #ba5bbf

#ba5bbf #bf5b92 #885bbf

Monochromatic Colors of #ba5bbf

#ba5bbf

Complementary Color

#ba5bbf #60bf5b

#ba5bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba5bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba5bbf Color CSS Codes

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

#ba5bbf Text Font Color

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

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


#ba5bbf Background Color

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

This div background color is #ba5bbf


#ba5bbf Border Color

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

This div border color is #ba5bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba5bbf


Comments

No comments written yet.

Please login to write comment.