Color Hex Logo

#bf9eea Color Hex

#BF9EEA
(191,158,234)
0 Favorites   0 Comments

Color spaces of #bf9eea

RGB 191158234
HSL0.740.640.77
HSV266°32°92°
CMYK 0.180.320.00   0.08
XYZ48.564041.470683.2869
Yxy41.47060.28020.2393
Hunter Lab64.397721.9157-31.6027
CIE-Lab70.504426.8619-33.7637

#bf9eea color RGB value is (191,158,234).

#bf9eea hex color red value is 191, green value is 158 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #bf9eea hue: 0.74 , saturation: 0.64 and the lightness value of bf9eea is 0.77.

The process color (four color CMYK) of #bf9eea color hex is 0.18, 0.32, 0.00, 0.08. Web safe color of #bf9eea is #cc99ff. Color #bf9eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10011110 11101010
Octal 277 236 352
Decimal 191 158 234
Hex BF 9E EA

RGB Percentages of Color #bf9eea

%32.76
%27.10
%40.14

CMYK Percentages of Color #bf9eea

%18
%32
%0
%8

Triadic Colors of #bf9eea

#bf9eea #eabf9e #9eeabf

Analogous Colors of #bf9eea

#bf9eea #e59eea #9ea3ea

Monochromatic Colors of #bf9eea

#bf9eea

Complementary Color

#bf9eea #c9ea9e

#bf9eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf9eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf9eea Color CSS Codes

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

#bf9eea Text Font Color

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

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


#bf9eea Background Color

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

This div background color is #bf9eea


#bf9eea Border Color

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

This div border color is #bf9eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf9eea


Comments

No comments written yet.

Please login to write comment.