Color Hex Logo

#b94bef Color Hex

#B94BEF
(185,75,239)
0 Favorites   0 Comments

Color spaces of #b94bef

RGB 18575239
HSL0.780.840.62
HSV280°69°94°
CMYK 0.230.690.00   0.06
XYZ38.103621.578483.8181
Yxy21.57840.26550.1504
Hunter Lab46.452665.1261-74.4649
CIE-Lab53.576868.7769-63.3372

#b94bef color RGB value is (185,75,239).

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

The process color (four color CMYK) of #b94bef color hex is 0.23, 0.69, 0.00, 0.06. Web safe color of #b94bef is #cc33ff. Color #b94bef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01001011 11101111
Octal 271 113 357
Decimal 185 75 239
Hex B9 4B EF

RGB Percentages of Color #b94bef

%37.07
%15.03
%47.90

CMYK Percentages of Color #b94bef

%23
%69
%0
%6

Triadic Colors of #b94bef

#b94bef #efb94b #4befb9

Analogous Colors of #b94bef

#b94bef #ef4bd3 #674bef

Monochromatic Colors of #b94bef

#b94bef

Complementary Color

#b94bef #81ef4b

#b94bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b94bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b94bef Color CSS Codes

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

#b94bef Text Font Color

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

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


#b94bef Background Color

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

This div background color is #b94bef


#b94bef Border Color

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

This div border color is #b94bef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,75,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b94bef


Comments

No comments written yet.

Please login to write comment.