Color Hex Logo

#b95ace Color Hex

#B95ACE
(185,90,206)
0 Favorites   0 Comments

Color spaces of #b95ace

RGB 18590206
HSL0.800.540.58
HSV289°56°81°
CMYK 0.100.560.00   0.19
XYZ34.804322.082860.8205
Yxy22.08280.29570.1876
Hunter Lab46.992349.9672-43.8423
CIE-Lab54.114755.4944-43.8250

#b95ace color RGB value is (185,90,206).

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

The process color (four color CMYK) of #b95ace color hex is 0.10, 0.56, 0.00, 0.19. Web safe color of #b95ace is #cc66cc. Color #b95ace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01011010 11001110
Octal 271 132 316
Decimal 185 90 206
Hex B9 5A CE

RGB Percentages of Color #b95ace

%38.46
%18.71
%42.83

CMYK Percentages of Color #b95ace

%10
%56
%0
%19

Triadic Colors of #b95ace

#b95ace #ceb95a #5aceb9

Analogous Colors of #b95ace

#b95ace #ce5aa9 #7f5ace

Monochromatic Colors of #b95ace

#b95ace

Complementary Color

#b95ace #6fce5a

#b95ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b95ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#b95ace Color CSS Codes

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

#b95ace Text Font Color

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

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


#b95ace Background Color

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

This div background color is #b95ace


#b95ace Border Color

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

This div border color is #b95ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b95ace


Comments

No comments written yet.

Please login to write comment.