Color Hex Logo

#b93aae Color Hex

#B93AAE
(185,58,174)
0 Favorites   0 Comments

Color spaces of #b93aae

RGB 18558174
HSL0.850.520.48
HSV305°69°73°
CMYK 0.000.690.06   0.27
XYZ29.160616.396441.6723
Yxy16.39640.33430.1880
Hunter Lab40.492557.6847-32.6728
CIE-Lab47.490363.5621-35.7426

#b93aae color RGB value is (185,58,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 00111010 10101110
Octal 271 72 256
Decimal 185 58 174
Hex B9 3A AE

RGB Percentages of Color #b93aae

%44.36
%13.91
%41.73

CMYK Percentages of Color #b93aae

%0
%69
%6
%27

Triadic Colors of #b93aae

#b93aae #aeb93a #3aaeb9

Analogous Colors of #b93aae

#b93aae #b93a6f #853ab9

Monochromatic Colors of #b93aae

#b93aae

Complementary Color

#b93aae #3ab945

#b93aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b93aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b93aae Color CSS Codes

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

#b93aae Text Font Color

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

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


#b93aae Background Color

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

This div background color is #b93aae


#b93aae Border Color

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

This div border color is #b93aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b93aae


Comments

No comments written yet.

Please login to write comment.