Color Hex Logo

#b93aaf Color Hex

#B93AAF
(185,58,175)
0 Favorites   0 Comments

Color spaces of #b93aaf

RGB 18558175
HSL0.850.520.48
HSV305°69°73°
CMYK 0.000.690.05   0.27
XYZ29.258516.435542.1877
Yxy16.43550.33290.1870
Hunter Lab40.540757.8783-33.3202
CIE-Lab47.540763.7217-36.2518

#b93aaf color RGB value is (185,58,175).

#b93aaf hex color red value is 185, green value is 58 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #b93aaf hue: 0.85 , saturation: 0.52 and the lightness value of b93aaf is 0.48.

The process color (four color CMYK) of #b93aaf color hex is 0.00, 0.69, 0.05, 0.27. Web safe color of #b93aaf is #cc3399. Color #b93aaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00111010 10101111
Octal 271 72 257
Decimal 185 58 175
Hex B9 3A AF

RGB Percentages of Color #b93aaf

%44.26
%13.88
%41.87

CMYK Percentages of Color #b93aaf

%0
%69
%5
%27

Triadic Colors of #b93aaf

#b93aaf #afb93a #3aafb9

Analogous Colors of #b93aaf

#b93aaf #b93a70 #843ab9

Monochromatic Colors of #b93aaf

#b93aaf

Complementary Color

#b93aaf #3ab944

#b93aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b93aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b93aaf Color CSS Codes

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

#b93aaf Text Font Color

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

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


#b93aaf Background Color

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

This div background color is #b93aaf


#b93aaf Border Color

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

This div border color is #b93aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b93aaf


Comments

No comments written yet.

Please login to write comment.