Color Hex Logo

#ba1eae Color Hex

#BA1EAE
(186,30,174)
0 Favorites   0 Comments

Color spaces of #ba1eae

RGB 18630174
HSL0.850.720.42
HSV305°84°73°
CMYK 0.000.840.06   0.27
XYZ28.354014.423641.3340
Yxy14.42360.33710.1715
Hunter Lab37.978466.8027-37.9437
CIE-Lab44.834471.8716-39.9277

#ba1eae color RGB value is (186,30,174).

#ba1eae hex color red value is 186, green value is 30 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #ba1eae hue: 0.85 , saturation: 0.72 and the lightness value of ba1eae is 0.42.

The process color (four color CMYK) of #ba1eae color hex is 0.00, 0.84, 0.06, 0.27. Web safe color of #ba1eae is #cc3399. Color #ba1eae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00011110 10101110
Octal 272 36 256
Decimal 186 30 174
Hex BA 1E AE

RGB Percentages of Color #ba1eae

%47.69
%7.69
%44.62

CMYK Percentages of Color #ba1eae

%0
%84
%6
%27

Triadic Colors of #ba1eae

#ba1eae #aeba1e #1eaeba

Analogous Colors of #ba1eae

#ba1eae #ba1e60 #781eba

Monochromatic Colors of #ba1eae

#ba1eae

Complementary Color

#ba1eae #1eba2a

#ba1eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba1eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba1eae Color CSS Codes

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

#ba1eae Text Font Color

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

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


#ba1eae Background Color

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

This div background color is #ba1eae


#ba1eae Border Color

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

This div border color is #ba1eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba1eae


Comments

No comments written yet.

Please login to write comment.