Color Hex Logo

#b95ab2 Color Hex

#B95AB2
(185,90,178)
0 Favorites   0 Comments

Color spaces of #b95ab2

RGB 18590178
HSL0.850.400.54
HSV304°51°73°
CMYK 0.000.510.04   0.27
XYZ31.699620.841044.4714
Yxy20.84100.32680.2148
Hunter Lab45.651944.0552-25.8004
CIE-Lab52.775050.2995-29.8120

#b95ab2 color RGB value is (185,90,178).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01011010 10110010
Octal 271 132 262
Decimal 185 90 178
Hex B9 5A B2

RGB Percentages of Color #b95ab2

%40.84
%19.87
%39.29

CMYK Percentages of Color #b95ab2

%0
%51
%4
%27

Triadic Colors of #b95ab2

#b95ab2 #b2b95a #5ab2b9

Analogous Colors of #b95ab2

#b95ab2 #b95a83 #915ab9

Monochromatic Colors of #b95ab2

#b95ab2

Complementary Color

#b95ab2 #5ab961

#b95ab2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b95ab2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b95ab2 Color CSS Codes

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

#b95ab2 Text Font Color

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

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


#b95ab2 Background Color

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

This div background color is #b95ab2


#b95ab2 Border Color

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

This div border color is #b95ab2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b95ab2


Comments

No comments written yet.

Please login to write comment.