Color Hex Logo

#b938eb Color Hex

#B938EB
(185,56,235)
0 Favorites   0 Comments

Color spaces of #b938eb

RGB 18556235
HSL0.790.820.57
HSV283°76°92°
CMYK 0.210.760.00   0.08
XYZ36.417219.140880.3724
Yxy19.14080.26790.1408
Hunter Lab43.750272.0186-78.2950
CIE-Lab50.851575.0024-65.4890

#b938eb color RGB value is (185,56,235).

#b938eb hex color red value is 185, green value is 56 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b938eb hue: 0.79 , saturation: 0.82 and the lightness value of b938eb is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 00111000 11101011
Octal 271 70 353
Decimal 185 56 235
Hex B9 38 EB

RGB Percentages of Color #b938eb

%38.87
%11.76
%49.37

CMYK Percentages of Color #b938eb

%21
%76
%0
%8

Triadic Colors of #b938eb

#b938eb #ebb938 #38ebb9

Analogous Colors of #b938eb

#b938eb #eb38c4 #6038eb

Monochromatic Colors of #b938eb

#b938eb

Complementary Color

#b938eb #6aeb38

#b938eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b938eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b938eb Color CSS Codes

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

#b938eb Text Font Color

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

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


#b938eb Background Color

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

This div background color is #b938eb


#b938eb Border Color

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

This div border color is #b938eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b938eb


Comments

No comments written yet.

Please login to write comment.