Color Hex Logo

#b15ace Color Hex

#B15ACE
(177,90,206)
0 Favorites   0 Comments

Color spaces of #b15ace

RGB 17790206
HSL0.790.540.58
HSV285°56°81°
CMYK 0.140.560.00   0.19
XYZ32.928221.115760.7327
Yxy21.11570.28690.1840
Hunter Lab45.951847.4940-46.1950
CIE-Lab53.075953.4257-45.5369

#b15ace color RGB value is (177,90,206).

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

The process color (four color CMYK) of #b15ace color hex is 0.14, 0.56, 0.00, 0.19. Web safe color of #b15ace is #9966cc. Color #b15ace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01011010 11001110
Octal 261 132 316
Decimal 177 90 206
Hex B1 5A CE

RGB Percentages of Color #b15ace

%37.42
%19.03
%43.55

CMYK Percentages of Color #b15ace

%14
%56
%0
%19

Triadic Colors of #b15ace

#b15ace #ceb15a #5aceb1

Analogous Colors of #b15ace

#b15ace #ce5ab1 #775ace

Monochromatic Colors of #b15ace

#b15ace

Complementary Color

#b15ace #77ce5a

#b15ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b15ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#b15ace Color CSS Codes

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

#b15ace Text Font Color

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

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


#b15ace Background Color

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

This div background color is #b15ace


#b15ace Border Color

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

This div border color is #b15ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b15ace


Comments

No comments written yet.

Please login to write comment.