Color Hex Logo

#b154af Color Hex

#B154AF
(177,84,175)
0 Favorites   0 Comments

Color spaces of #b154af

RGB 17784175
HSL0.840.370.51
HSV301°53°69°
CMYK 0.000.530.01   0.31
XYZ29.039618.782942.6523
Yxy18.78290.32100.2076
Hunter Lab43.339243.7608-28.0128
CIE-Lab50.432250.4143-31.7998

#b154af color RGB value is (177,84,175).

#b154af hex color red value is 177, green value is 84 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #b154af hue: 0.84 , saturation: 0.37 and the lightness value of b154af is 0.51.

The process color (four color CMYK) of #b154af color hex is 0.00, 0.53, 0.01, 0.31. Web safe color of #b154af is #996699. Color #b154af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01010100 10101111
Octal 261 124 257
Decimal 177 84 175
Hex B1 54 AF

RGB Percentages of Color #b154af

%40.60
%19.27
%40.14

CMYK Percentages of Color #b154af

%0
%53
%1
%31

Triadic Colors of #b154af

#b154af #afb154 #54afb1

Analogous Colors of #b154af

#b154af #b15481 #8554b1

Monochromatic Colors of #b154af

#b154af

Complementary Color

#b154af #54b156

#b154af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b154af Color Preview on White Background

Lorem ipsum dolor sit amet.

#b154af Color CSS Codes

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

#b154af Text Font Color

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

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


#b154af Background Color

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

This div background color is #b154af


#b154af Border Color

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

This div border color is #b154af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,84,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b154af


Comments

No comments written yet.

Please login to write comment.