Color Hex Logo

#b94cee Color Hex

#B94CEE
(185,76,238)
0 Favorites   0 Comments

Color spaces of #b94cee

RGB 18576238
HSL0.780.830.62
HSV280°68°93°
CMYK 0.220.680.00   0.07
XYZ38.024621.656283.0649
Yxy21.65620.26640.1517
Hunter Lab46.536264.4134-73.2544
CIE-Lab53.660368.1619-62.6426

#b94cee color RGB value is (185,76,238).

#b94cee hex color red value is 185, green value is 76 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #b94cee hue: 0.78 , saturation: 0.83 and the lightness value of b94cee is 0.62.

The process color (four color CMYK) of #b94cee color hex is 0.22, 0.68, 0.00, 0.07. Web safe color of #b94cee is #cc33ff. Color #b94cee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01001100 11101110
Octal 271 114 356
Decimal 185 76 238
Hex B9 4C EE

RGB Percentages of Color #b94cee

%37.07
%15.23
%47.70

CMYK Percentages of Color #b94cee

%22
%68
%0
%7

Triadic Colors of #b94cee

#b94cee #eeb94c #4ceeb9

Analogous Colors of #b94cee

#b94cee #ee4cd2 #684cee

Monochromatic Colors of #b94cee

#b94cee

Complementary Color

#b94cee #81ee4c

#b94cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b94cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b94cee Color CSS Codes

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

#b94cee Text Font Color

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

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


#b94cee Background Color

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

This div background color is #b94cee


#b94cee Border Color

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

This div border color is #b94cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b94cee


Comments

No comments written yet.

Please login to write comment.