Color Hex Logo

#b93bbd Color Hex

#B93BBD
(185,59,189)
0 Favorites   0 Comments

Color spaces of #b93bbd

RGB 18559189
HSL0.830.520.49
HSV298°69°74°
CMYK 0.020.690.00   0.26
XYZ30.756917.116349.8268
Yxy17.11630.31480.1752
Hunter Lab41.371960.3008-42.4465
CIE-Lab48.406265.6586-43.0766

#b93bbd color RGB value is (185,59,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 00111011 10111101
Octal 271 73 275
Decimal 185 59 189
Hex B9 3B BD

RGB Percentages of Color #b93bbd

%42.73
%13.63
%43.65

CMYK Percentages of Color #b93bbd

%2
%69
%0
%26

Triadic Colors of #b93bbd

#b93bbd #bdb93b #3bbdb9

Analogous Colors of #b93bbd

#b93bbd #bd3b80 #783bbd

Monochromatic Colors of #b93bbd

#b93bbd

Complementary Color

#b93bbd #3fbd3b

#b93bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b93bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b93bbd Color CSS Codes

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

#b93bbd Text Font Color

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

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


#b93bbd Background Color

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

This div background color is #b93bbd


#b93bbd Border Color

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

This div border color is #b93bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b93bbd


Comments

No comments written yet.

Please login to write comment.