Color Hex Logo

#bbafe1 Color Hex

#BBAFE1
(187,175,225)
0 Favorites   0 Comments

Color spaces of #bbafe1

RGB 187175225
HSL0.710.450.78
HSV254°22°88°
CMYK 0.170.220.00   0.12
XYZ49.414146.661077.6362
Yxy46.66100.28450.2686
Hunter Lab68.30899.5850-19.5696
CIE-Lab73.972414.2324-23.5505

#bbafe1 color RGB value is (187,175,225).

#bbafe1 hex color red value is 187, green value is 175 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #bbafe1 hue: 0.71 , saturation: 0.45 and the lightness value of bbafe1 is 0.78.

The process color (four color CMYK) of #bbafe1 color hex is 0.17, 0.22, 0.00, 0.12. Web safe color of #bbafe1 is #cc99cc. Color #bbafe1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101111 11100001
Octal 273 257 341
Decimal 187 175 225
Hex BB AF E1

RGB Percentages of Color #bbafe1

%31.86
%29.81
%38.33

CMYK Percentages of Color #bbafe1

%17
%22
%0
%12

Triadic Colors of #bbafe1

#bbafe1 #e1bbaf #afe1bb

Analogous Colors of #bbafe1

#bbafe1 #d4afe1 #afbce1

Monochromatic Colors of #bbafe1

#bbafe1

Complementary Color

#bbafe1 #d5e1af

#bbafe1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbafe1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbafe1 Color CSS Codes

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

#bbafe1 Text Font Color

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

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


#bbafe1 Background Color

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

This div background color is #bbafe1


#bbafe1 Border Color

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

This div border color is #bbafe1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbafe1


Comments

No comments written yet.

Please login to write comment.