Color Hex Logo

#bab7ed Color Hex

#BAB7ED
(186,183,237)
0 Favorites   0 Comments

Color spaces of #bab7ed

RGB 186183237
HSL0.680.600.82
HSV243°23°93°
CMYK 0.220.230.00   0.07
XYZ52.469250.420587.0875
Yxy50.42050.27620.2654
Hunter Lab71.00747.6353-23.0114
CIE-Lab76.326612.2054-26.4663

#bab7ed color RGB value is (186,183,237).

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

The process color (four color CMYK) of #bab7ed color hex is 0.22, 0.23, 0.00, 0.07. Web safe color of #bab7ed is #ccccff. Color #bab7ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110111 11101101
Octal 272 267 355
Decimal 186 183 237
Hex BA B7 ED

RGB Percentages of Color #bab7ed

%30.69
%30.20
%39.11

CMYK Percentages of Color #bab7ed

%22
%23
%0
%7

Triadic Colors of #bab7ed

#bab7ed #edbab7 #b7edba

Analogous Colors of #bab7ed

#bab7ed #d5b7ed #b7cfed

Monochromatic Colors of #bab7ed

#bab7ed

Complementary Color

#bab7ed #eaedb7

#bab7ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab7ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab7ed Color CSS Codes

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

#bab7ed Text Font Color

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

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


#bab7ed Background Color

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

This div background color is #bab7ed


#bab7ed Border Color

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

This div border color is #bab7ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab7ed


Comments

No comments written yet.

Please login to write comment.