Color Hex Logo

#bba7ed Color Hex

#BBA7ED
(187,167,237)
0 Favorites   0 Comments

Color spaces of #bba7ed

RGB 187167237
HSL0.710.660.79
HSV257°30°93°
CMYK 0.210.300.00   0.07
XYZ49.598344.316786.0606
Yxy44.31670.27560.2462
Hunter Lab66.570816.4918-30.0487
CIE-Lab72.439721.3380-32.4353

#bba7ed color RGB value is (187,167,237).

#bba7ed hex color red value is 187, green value is 167 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #bba7ed hue: 0.71 , saturation: 0.66 and the lightness value of bba7ed is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100111 11101101
Octal 273 247 355
Decimal 187 167 237
Hex BB A7 ED

RGB Percentages of Color #bba7ed

%31.64
%28.26
%40.10

CMYK Percentages of Color #bba7ed

%21
%30
%0
%7

Triadic Colors of #bba7ed

#bba7ed #edbba7 #a7edbb

Analogous Colors of #bba7ed

#bba7ed #dea7ed #a7b6ed

Monochromatic Colors of #bba7ed

#bba7ed

Complementary Color

#bba7ed #d9eda7

#bba7ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba7ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba7ed Color CSS Codes

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

#bba7ed Text Font Color

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

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


#bba7ed Background Color

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

This div background color is #bba7ed


#bba7ed Border Color

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

This div border color is #bba7ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba7ed


Comments

No comments written yet.

Please login to write comment.