Color Hex Logo

#b93bee Color Hex

#B93BEE
(185,59,238)
0 Favorites   0 Comments

Color spaces of #b93bee

RGB 18559238
HSL0.780.840.58
HSV282°75°93°
CMYK 0.220.750.00   0.07
XYZ37.004219.615382.7247
Yxy19.61530.26560.1408
Hunter Lab44.289271.6331-79.7413
CIE-Lab51.399474.5816-66.2908

#b93bee color RGB value is (185,59,238).

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

The process color (four color CMYK) of #b93bee color hex is 0.22, 0.75, 0.00, 0.07. Web safe color of #b93bee is #cc33ff. Color #b93bee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00111011 11101110
Octal 271 73 356
Decimal 185 59 238
Hex B9 3B EE

RGB Percentages of Color #b93bee

%38.38
%12.24
%49.38

CMYK Percentages of Color #b93bee

%22
%75
%0
%7

Triadic Colors of #b93bee

#b93bee #eeb93b #3beeb9

Analogous Colors of #b93bee

#b93bee #ee3bca #5f3bee

Monochromatic Colors of #b93bee

#b93bee

Complementary Color

#b93bee #70ee3b

#b93bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b93bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b93bee Color CSS Codes

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

#b93bee Text Font Color

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

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


#b93bee Background Color

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

This div background color is #b93bee


#b93bee Border Color

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

This div border color is #b93bee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b93bee


Comments

No comments written yet.

Please login to write comment.