Color Hex Logo

#ba9efd Color Hex

#BA9EFD
(186,158,253)
0 Favorites   0 Comments

Color spaces of #ba9efd

RGB 186158253
HSL0.720.960.81
HSV258°38°99°
CMYK 0.260.380.00   0.01
XYZ50.206241.984798.3862
Yxy41.98470.26340.2203
Hunter Lab64.795624.9166-44.6695
CIE-Lab70.860429.7832-43.5954

#ba9efd color RGB value is (186,158,253).

#ba9efd hex color red value is 186, green value is 158 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #ba9efd hue: 0.72 , saturation: 0.96 and the lightness value of ba9efd is 0.81.

The process color (four color CMYK) of #ba9efd color hex is 0.26, 0.38, 0.00, 0.01. Web safe color of #ba9efd is #cc99ff. Color #ba9efd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10011110 11111101
Octal 272 236 375
Decimal 186 158 253
Hex BA 9E FD

RGB Percentages of Color #ba9efd

%31.16
%26.47
%42.38

CMYK Percentages of Color #ba9efd

%26
%38
%0
%1

Triadic Colors of #ba9efd

#ba9efd #fdba9e #9efdba

Analogous Colors of #ba9efd

#ba9efd #ea9efd #9eb2fd

Monochromatic Colors of #ba9efd

#ba9efd

Complementary Color

#ba9efd #e1fd9e

#ba9efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba9efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba9efd Color CSS Codes

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

#ba9efd Text Font Color

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

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


#ba9efd Background Color

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

This div background color is #ba9efd


#ba9efd Border Color

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

This div border color is #ba9efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba9efd

Related Colors


Comments

No comments written yet.

Please login to write comment.