Color Hex Logo

#ba5eab Color Hex

#BA5EAB
(186,94,171)
0 Favorites   0 Comments

Color spaces of #ba5eab

RGB 18694171
HSL0.860.400.55
HSV310°49°73°
CMYK 0.000.490.08   0.27
XYZ31.603121.384840.9901
Yxy21.38480.33630.2276
Hunter Lab46.243741.0610-20.1837
CIE-Lab53.368147.3910-24.8117

#ba5eab color RGB value is (186,94,171).

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

The process color (four color CMYK) of #ba5eab color hex is 0.00, 0.49, 0.08, 0.27. Web safe color of #ba5eab is #cc6699. Color #ba5eab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01011110 10101011
Octal 272 136 253
Decimal 186 94 171
Hex BA 5E AB

RGB Percentages of Color #ba5eab

%41.24
%20.84
%37.92

CMYK Percentages of Color #ba5eab

%0
%49
%8
%27

Triadic Colors of #ba5eab

#ba5eab #abba5e #5eabba

Analogous Colors of #ba5eab

#ba5eab #ba5e7d #9b5eba

Monochromatic Colors of #ba5eab

#ba5eab

Complementary Color

#ba5eab #5eba6d

#ba5eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba5eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba5eab Color CSS Codes

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

#ba5eab Text Font Color

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

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


#ba5eab Background Color

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

This div background color is #ba5eab


#ba5eab Border Color

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

This div border color is #ba5eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba5eab


Comments

No comments written yet.

Please login to write comment.