Color Hex Logo

#ba5eae Color Hex

#BA5EAE
(186,94,174)
0 Favorites   0 Comments

Color spaces of #ba5eae

RGB 18694174
HSL0.860.400.55
HSV308°49°73°
CMYK 0.000.490.06   0.27
XYZ31.892421.500542.5135
Yxy21.50050.33250.2242
Hunter Lab46.368641.6274-21.9025
CIE-Lab53.493047.9065-26.3637

#ba5eae color RGB value is (186,94,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01011110 10101110
Octal 272 136 256
Decimal 186 94 174
Hex BA 5E AE

RGB Percentages of Color #ba5eae

%40.97
%20.70
%38.33

CMYK Percentages of Color #ba5eae

%0
%49
%6
%27

Triadic Colors of #ba5eae

#ba5eae #aeba5e #5eaeba

Analogous Colors of #ba5eae

#ba5eae #ba5e80 #985eba

Monochromatic Colors of #ba5eae

#ba5eae

Complementary Color

#ba5eae #5eba6a

#ba5eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba5eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba5eae Color CSS Codes

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

#ba5eae Text Font Color

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

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


#ba5eae Background Color

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

This div background color is #ba5eae


#ba5eae Border Color

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

This div border color is #ba5eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba5eae


Comments

No comments written yet.

Please login to write comment.