Color Hex Logo

#bf9cee Color Hex

#BF9CEE
(191,156,238)
0 Favorites   0 Comments

Color spaces of #bf9cee

RGB 191156238
HSL0.740.710.77
HSV266°34°93°
CMYK 0.200.340.00   0.07
XYZ48.806941.026386.2354
Yxy41.02630.27720.2330
Hunter Lab64.051823.9249-34.9882
CIE-Lab70.194328.8636-36.4317

#bf9cee color RGB value is (191,156,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10011100 11101110
Octal 277 234 356
Decimal 191 156 238
Hex BF 9C EE

RGB Percentages of Color #bf9cee

%32.65
%26.67
%40.68

CMYK Percentages of Color #bf9cee

%20
%34
%0
%7

Triadic Colors of #bf9cee

#bf9cee #eebf9c #9ceebf

Analogous Colors of #bf9cee

#bf9cee #e89cee #9ca2ee

Monochromatic Colors of #bf9cee

#bf9cee

Complementary Color

#bf9cee #cbee9c

#bf9cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf9cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf9cee Color CSS Codes

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

#bf9cee Text Font Color

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

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


#bf9cee Background Color

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

This div background color is #bf9cee


#bf9cee Border Color

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

This div border color is #bf9cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf9cee


Comments

No comments written yet.

Please login to write comment.