Color Hex Logo

#b037e9 Color Hex

#B037E9
(176,55,233)
0 Favorites   0 Comments

Color spaces of #b037e9

RGB 17655233
HSL0.780.800.56
HSV281°76°91°
CMYK 0.240.760.00   0.09
XYZ33.978717.845778.7445
Yxy17.84570.26020.1367
Hunter Lab42.244269.6475-80.9476
CIE-Lab49.308473.3601-66.9209

#b037e9 color RGB value is (176,55,233).

#b037e9 hex color red value is 176, green value is 55 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #b037e9 hue: 0.78 , saturation: 0.80 and the lightness value of b037e9 is 0.56.

The process color (four color CMYK) of #b037e9 color hex is 0.24, 0.76, 0.00, 0.09. Web safe color of #b037e9 is #9933ff. Color #b037e9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00110111 11101001
Octal 260 67 351
Decimal 176 55 233
Hex B0 37 E9

RGB Percentages of Color #b037e9

%37.93
%11.85
%50.22

CMYK Percentages of Color #b037e9

%24
%76
%0
%9

Triadic Colors of #b037e9

#b037e9 #e9b037 #37e9b0

Analogous Colors of #b037e9

#b037e9 #e937c9 #5737e9

Monochromatic Colors of #b037e9

#b037e9

Complementary Color

#b037e9 #70e937

#b037e9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b037e9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b037e9 Color CSS Codes

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

#b037e9 Text Font Color

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

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


#b037e9 Background Color

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

This div background color is #b037e9


#b037e9 Border Color

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

This div border color is #b037e9


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(176,55,233, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b037e9; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b037e9;
  -webkit-box-shadow: 1px 1px 3px 2px #b037e9;
  box-shadow:         1px 1px 3px 2px #b037e9; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,55,233, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b037e9


Comments

No comments written yet.

Please login to write comment.