Color Hex Logo

#bf96eb Color Hex

#BF96EB
(191,150,235)
0 Favorites   0 Comments

Color spaces of #bf96eb

RGB 191150235
HSL0.750.680.75
HSV269°36°92°
CMYK 0.190.360.00   0.08
XYZ47.387638.887283.6056
Yxy38.88720.27890.2289
Hunter Lab62.359626.5144-35.8385
CIE-Lab68.669531.5170-37.1603

#bf96eb color RGB value is (191,150,235).

#bf96eb hex color red value is 191, green value is 150 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #bf96eb hue: 0.75 , saturation: 0.68 and the lightness value of bf96eb is 0.75.

The process color (four color CMYK) of #bf96eb color hex is 0.19, 0.36, 0.00, 0.08. Web safe color of #bf96eb is #cc99ff. Color #bf96eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10010110 11101011
Octal 277 226 353
Decimal 191 150 235
Hex BF 96 EB

RGB Percentages of Color #bf96eb

%33.16
%26.04
%40.80

CMYK Percentages of Color #bf96eb

%19
%36
%0
%8

Triadic Colors of #bf96eb

#bf96eb #ebbf96 #96ebbf

Analogous Colors of #bf96eb

#bf96eb #ea96eb #9698eb

Monochromatic Colors of #bf96eb

#bf96eb

Complementary Color

#bf96eb #c2eb96

#bf96eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf96eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf96eb Color CSS Codes

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

#bf96eb Text Font Color

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

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


#bf96eb Background Color

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

This div background color is #bf96eb


#bf96eb Border Color

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

This div border color is #bf96eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf96eb


Comments

No comments written yet.

Please login to write comment.