Color Hex Logo

#b93ebc Color Hex

#B93EBC
(185,62,188)
0 Favorites   0 Comments

Color spaces of #b93ebc

RGB 18562188
HSL0.830.500.49
HSV299°67°74°
CMYK 0.020.670.00   0.26
XYZ30.807317.390449.3099
Yxy17.39040.31590.1783
Hunter Lab41.701858.8891-40.9156
CIE-Lab48.748264.3720-41.9522

#b93ebc color RGB value is (185,62,188).

#b93ebc hex color red value is 185, green value is 62 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #b93ebc hue: 0.83 , saturation: 0.50 and the lightness value of b93ebc is 0.49.

The process color (four color CMYK) of #b93ebc color hex is 0.02, 0.67, 0.00, 0.26. Web safe color of #b93ebc is #cc33cc. Color #b93ebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00111110 10111100
Octal 271 76 274
Decimal 185 62 188
Hex B9 3E BC

RGB Percentages of Color #b93ebc

%42.53
%14.25
%43.22

CMYK Percentages of Color #b93ebc

%2
%67
%0
%26

Triadic Colors of #b93ebc

#b93ebc #bcb93e #3ebcb9

Analogous Colors of #b93ebc

#b93ebc #bc3e80 #7a3ebc

Monochromatic Colors of #b93ebc

#b93ebc

Complementary Color

#b93ebc #41bc3e

#b93ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b93ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b93ebc Color CSS Codes

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

#b93ebc Text Font Color

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

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


#b93ebc Background Color

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

This div background color is #b93ebc


#b93ebc Border Color

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

This div border color is #b93ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b93ebc


Comments

No comments written yet.

Please login to write comment.