Color Hex Logo

#bba1df Color Hex

#BBA1DF
(187,161,223)
0 Favorites   0 Comments

Color spaces of #bba1df

RGB 187161223
HSL0.740.490.75
HSV265°28°87°
CMYK 0.160.280.00   0.13
XYZ46.557741.382275.3458
Yxy41.38220.28510.2534
Hunter Lab64.329016.6125-24.4135
CIE-Lab70.442921.5449-27.8613

#bba1df color RGB value is (187,161,223).

#bba1df hex color red value is 187, green value is 161 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #bba1df hue: 0.74 , saturation: 0.49 and the lightness value of bba1df is 0.75.

The process color (four color CMYK) of #bba1df color hex is 0.16, 0.28, 0.00, 0.13. Web safe color of #bba1df is #cc99cc. Color #bba1df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100001 11011111
Octal 273 241 337
Decimal 187 161 223
Hex BB A1 DF

RGB Percentages of Color #bba1df

%32.75
%28.20
%39.05

CMYK Percentages of Color #bba1df

%16
%28
%0
%13

Triadic Colors of #bba1df

#bba1df #dfbba1 #a1dfbb

Analogous Colors of #bba1df

#bba1df #daa1df #a1a6df

Monochromatic Colors of #bba1df

#bba1df

Complementary Color

#bba1df #c5dfa1

#bba1df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba1df Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba1df Color CSS Codes

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

#bba1df Text Font Color

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

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


#bba1df Background Color

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

This div background color is #bba1df


#bba1df Border Color

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

This div border color is #bba1df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,161,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba1df


Comments

No comments written yet.

Please login to write comment.