Color Hex Logo

#b93deb Color Hex

#B93DEB
(185,61,235)
0 Favorites   0 Comments

Color spaces of #b93deb

RGB 18561235
HSL0.790.810.58
HSV283°74°92°
CMYK 0.210.740.00   0.08
XYZ36.671719.649980.4573
Yxy19.64990.26810.1437
Hunter Lab44.328270.0946-76.5837
CIE-Lab51.439073.3140-64.5397

#b93deb color RGB value is (185,61,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 00111101 11101011
Octal 271 75 353
Decimal 185 61 235
Hex B9 3D EB

RGB Percentages of Color #b93deb

%38.46
%12.68
%48.86

CMYK Percentages of Color #b93deb

%21
%74
%0
%8

Triadic Colors of #b93deb

#b93deb #ebb93d #3debb9

Analogous Colors of #b93deb

#b93deb #eb3dc6 #623deb

Monochromatic Colors of #b93deb

#b93deb

Complementary Color

#b93deb #6feb3d

#b93deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b93deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b93deb Color CSS Codes

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

#b93deb Text Font Color

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

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


#b93deb Background Color

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

This div background color is #b93deb


#b93deb Border Color

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

This div border color is #b93deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b93deb


Comments

No comments written yet.

Please login to write comment.