Color Hex Logo

#b940ef Color Hex

#B940EF
(185,64,239)
0 Favorites   0 Comments

Color spaces of #b940ef

RGB 18564239
HSL0.780.850.59
HSV281°73°94°
CMYK 0.230.730.00   0.06
XYZ37.421020.213183.5906
Yxy20.21310.26500.1431
Hunter Lab44.959069.8938-78.7645
CIE-Lab52.077373.0254-65.7566

#b940ef color RGB value is (185,64,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01000000 11101111
Octal 271 100 357
Decimal 185 64 239
Hex B9 40 EF

RGB Percentages of Color #b940ef

%37.91
%13.11
%48.98

CMYK Percentages of Color #b940ef

%23
%73
%0
%6

Triadic Colors of #b940ef

#b940ef #efb940 #40efb9

Analogous Colors of #b940ef

#b940ef #ef40ce #6240ef

Monochromatic Colors of #b940ef

#b940ef

Complementary Color

#b940ef #76ef40

#b940ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b940ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b940ef Color CSS Codes

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

#b940ef Text Font Color

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

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


#b940ef Background Color

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

This div background color is #b940ef


#b940ef Border Color

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

This div border color is #b940ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b940ef


Comments

No comments written yet.

Please login to write comment.