Color Hex Logo

#b940ea Color Hex

#B940EA
(185,64,234)
0 Favorites   0 Comments

Color spaces of #b940ea

RGB 18564234
HSL0.790.800.58
HSV283°73°92°
CMYK 0.210.730.00   0.08
XYZ36.692319.921679.7533
Yxy19.92160.26910.1461
Hunter Lab44.633668.6320-74.6984
CIE-Lab51.748572.0485-63.4773

#b940ea color RGB value is (185,64,234).

#b940ea hex color red value is 185, green value is 64 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b940ea hue: 0.79 , saturation: 0.80 and the lightness value of b940ea is 0.58.

The process color (four color CMYK) of #b940ea color hex is 0.21, 0.73, 0.00, 0.08. Web safe color of #b940ea is #cc33ff. Color #b940ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01000000 11101010
Octal 271 100 352
Decimal 185 64 234
Hex B9 40 EA

RGB Percentages of Color #b940ea

%38.30
%13.25
%48.45

CMYK Percentages of Color #b940ea

%21
%73
%0
%8

Triadic Colors of #b940ea

#b940ea #eab940 #40eab9

Analogous Colors of #b940ea

#b940ea #ea40c6 #6440ea

Monochromatic Colors of #b940ea

#b940ea

Complementary Color

#b940ea #71ea40

#b940ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b940ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b940ea Color CSS Codes

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

#b940ea Text Font Color

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

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


#b940ea Background Color

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

This div background color is #b940ea


#b940ea Border Color

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

This div border color is #b940ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b940ea


Comments

No comments written yet.

Please login to write comment.