Color Hex Logo

#baa4ea Color Hex

#BAA4EA
(186,164,234)
0 Favorites   0 Comments

Color spaces of #baa4ea

RGB 186164234
HSL0.720.630.78
HSV259°30°92°
CMYK 0.210.300.00   0.08
XYZ48.376442.930583.5786
Yxy42.93050.27660.2455
Hunter Lab65.521417.1295-29.7649
CIE-Lab71.507822.0216-32.2470

#baa4ea color RGB value is (186,164,234).

#baa4ea hex color red value is 186, green value is 164 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #baa4ea hue: 0.72 , saturation: 0.63 and the lightness value of baa4ea is 0.78.

The process color (four color CMYK) of #baa4ea color hex is 0.21, 0.30, 0.00, 0.08. Web safe color of #baa4ea is #cc99ff. Color #baa4ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100100 11101010
Octal 272 244 352
Decimal 186 164 234
Hex BA A4 EA

RGB Percentages of Color #baa4ea

%31.85
%28.08
%40.07

CMYK Percentages of Color #baa4ea

%21
%30
%0
%8

Triadic Colors of #baa4ea

#baa4ea #eabaa4 #a4eaba

Analogous Colors of #baa4ea

#baa4ea #dda4ea #a4b1ea

Monochromatic Colors of #baa4ea

#baa4ea

Complementary Color

#baa4ea #d4eaa4

#baa4ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa4ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa4ea Color CSS Codes

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

#baa4ea Text Font Color

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

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


#baa4ea Background Color

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

This div background color is #baa4ea


#baa4ea Border Color

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

This div border color is #baa4ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa4ea


Comments

No comments written yet.

Please login to write comment.