Color Hex Logo

#bab7eb Color Hex

#BAB7EB
(186,183,235)
0 Favorites   0 Comments

Color spaces of #bab7eb

RGB 186183235
HSL0.680.570.82
HSV243°22°92°
CMYK 0.210.220.00   0.08
XYZ52.178650.304285.5568
Yxy50.30420.27750.2675
Hunter Lab70.92557.1997-21.8732
CIE-Lab76.255611.7530-25.4946

#bab7eb color RGB value is (186,183,235).

#bab7eb hex color red value is 186, green value is 183 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #bab7eb hue: 0.68 , saturation: 0.57 and the lightness value of bab7eb is 0.82.

The process color (four color CMYK) of #bab7eb color hex is 0.21, 0.22, 0.00, 0.08. Web safe color of #bab7eb is #ccccff. Color #bab7eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110111 11101011
Octal 272 267 353
Decimal 186 183 235
Hex BA B7 EB

RGB Percentages of Color #bab7eb

%30.79
%30.30
%38.91

CMYK Percentages of Color #bab7eb

%21
%22
%0
%8

Triadic Colors of #bab7eb

#bab7eb #ebbab7 #b7ebba

Analogous Colors of #bab7eb

#bab7eb #d4b7eb #b7ceeb

Monochromatic Colors of #bab7eb

#bab7eb

Complementary Color

#bab7eb #e8ebb7

#bab7eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab7eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab7eb Color CSS Codes

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

#bab7eb Text Font Color

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

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


#bab7eb Background Color

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

This div background color is #bab7eb


#bab7eb Border Color

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

This div border color is #bab7eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab7eb


Comments

No comments written yet.

Please login to write comment.