Color Hex Logo

#b95aae Color Hex

#B95AAE
(185,90,174)
0 Favorites   0 Comments

Color spaces of #b95aae

RGB 18590174
HSL0.850.400.54
HSV307°51°73°
CMYK 0.000.510.06   0.27
XYZ31.303720.682642.3867
Yxy20.68260.33170.2192
Hunter Lab45.478143.2792-23.4250
CIE-Lab52.600449.6029-27.7573

#b95aae color RGB value is (185,90,174).

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

The process color (four color CMYK) of #b95aae color hex is 0.00, 0.51, 0.06, 0.27. Web safe color of #b95aae is #cc6699. Color #b95aae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01011010 10101110
Octal 271 132 256
Decimal 185 90 174
Hex B9 5A AE

RGB Percentages of Color #b95aae

%41.20
%20.04
%38.75

CMYK Percentages of Color #b95aae

%0
%51
%6
%27

Triadic Colors of #b95aae

#b95aae #aeb95a #5aaeb9

Analogous Colors of #b95aae

#b95aae #b95a7f #955ab9

Monochromatic Colors of #b95aae

#b95aae

Complementary Color

#b95aae #5ab965

#b95aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b95aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b95aae Color CSS Codes

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

#b95aae Text Font Color

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

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


#b95aae Background Color

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

This div background color is #b95aae


#b95aae Border Color

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

This div border color is #b95aae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,90,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 #b95aae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b95aae


Comments

No comments written yet.

Please login to write comment.