Color Hex Logo

#b93abf Color Hex

#B93ABF
(185,58,191)
0 Favorites   0 Comments

Color spaces of #b93abf

RGB 18558191
HSL0.830.530.49
HSV297°70°75°
CMYK 0.030.700.00   0.25
XYZ30.924617.102050.9613
Yxy17.10200.31240.1728
Hunter Lab41.354661.1103-44.1150
CIE-Lab48.388366.3587-44.2685

#b93abf color RGB value is (185,58,191).

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

The process color (four color CMYK) of #b93abf color hex is 0.03, 0.70, 0.00, 0.25. Web safe color of #b93abf is #cc33cc. Color #b93abf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00111010 10111111
Octal 271 72 277
Decimal 185 58 191
Hex B9 3A BF

RGB Percentages of Color #b93abf

%42.63
%13.36
%44.01

CMYK Percentages of Color #b93abf

%3
%70
%0
%25

Triadic Colors of #b93abf

#b93abf #bfb93a #3abfb9

Analogous Colors of #b93abf

#b93abf #bf3a83 #773abf

Monochromatic Colors of #b93abf

#b93abf

Complementary Color

#b93abf #40bf3a

#b93abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b93abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b93abf Color CSS Codes

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

#b93abf Text Font Color

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

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


#b93abf Background Color

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

This div background color is #b93abf


#b93abf Border Color

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

This div border color is #b93abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b93abf


Comments

No comments written yet.

Please login to write comment.