Color Hex Logo

#b93abe Color Hex

#B93ABE
(185,58,190)
0 Favorites   0 Comments

Color spaces of #b93abe

RGB 18558190
HSL0.830.530.49
HSV298°69°75°
CMYK 0.030.690.00   0.25
XYZ30.814917.058150.3836
Yxy17.05810.31360.1736
Hunter Lab41.301560.9008-43.4168
CIE-Lab48.333266.1893-43.7746

#b93abe color RGB value is (185,58,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 00111010 10111110
Octal 271 72 276
Decimal 185 58 190
Hex B9 3A BE

RGB Percentages of Color #b93abe

%42.73
%13.39
%43.88

CMYK Percentages of Color #b93abe

%3
%69
%0
%25

Triadic Colors of #b93abe

#b93abe #beb93a #3abeb9

Analogous Colors of #b93abe

#b93abe #be3a81 #773abe

Monochromatic Colors of #b93abe

#b93abe

Complementary Color

#b93abe #3fbe3a

#b93abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b93abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b93abe Color CSS Codes

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

#b93abe Text Font Color

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

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


#b93abe Background Color

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

This div background color is #b93abe


#b93abe Border Color

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

This div border color is #b93abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b93abe


Comments

No comments written yet.

Please login to write comment.