Color Hex Logo

#bf8aee Color Hex

#BF8AEE
(191,138,238)
1 Favorites   0 Comments

Color spaces of #bf8aee

RGB 191138238
HSL0.760.750.74
HSV272°42°93°
CMYK 0.200.420.00   0.07
XYZ46.007035.426485.3021
Yxy35.42640.27590.2125
Hunter Lab59.520133.8143-43.3083
CIE-Lab66.079338.7932-42.8566

#bf8aee color RGB value is (191,138,238).

#bf8aee hex color red value is 191, green value is 138 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #bf8aee hue: 0.76 , saturation: 0.75 and the lightness value of bf8aee is 0.74.

The process color (four color CMYK) of #bf8aee color hex is 0.20, 0.42, 0.00, 0.07. Web safe color of #bf8aee is #cc99ff. Color #bf8aee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10001010 11101110
Octal 277 212 356
Decimal 191 138 238
Hex BF 8A EE

RGB Percentages of Color #bf8aee

%33.69
%24.34
%41.98

CMYK Percentages of Color #bf8aee

%20
%42
%0
%7

Triadic Colors of #bf8aee

#bf8aee #eebf8a #8aeebf

Analogous Colors of #bf8aee

#bf8aee #ee8aeb #8d8aee

Monochromatic Colors of #bf8aee

#bf8aee

Complementary Color

#bf8aee #b9ee8a

#bf8aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf8aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf8aee Color CSS Codes

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

#bf8aee Text Font Color

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

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


#bf8aee Background Color

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

This div background color is #bf8aee


#bf8aee Border Color

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

This div border color is #bf8aee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(191,138,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bf8aee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bf8aee;
  -webkit-box-shadow: 1px 1px 3px 2px #bf8aee;
  box-shadow:         1px 1px 3px 2px #bf8aee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,138,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf8aee


Comments

No comments written yet.

Please login to write comment.