Color Hex Logo

#b153af Color Hex

#B153AF
(177,83,175)
0 Favorites   0 Comments

Color spaces of #b153af

RGB 17783175
HSL0.840.380.51
HSV301°53°69°
CMYK 0.000.530.01   0.31
XYZ28.962618.628842.6267
Yxy18.62880.32100.2065
Hunter Lab43.161144.2478-28.3431
CIE-Lab50.250150.9017-32.0846

#b153af color RGB value is (177,83,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 01010011 10101111
Octal 261 123 257
Decimal 177 83 175
Hex B1 53 AF

RGB Percentages of Color #b153af

%40.69
%19.08
%40.23

CMYK Percentages of Color #b153af

%0
%53
%1
%31

Triadic Colors of #b153af

#b153af #afb153 #53afb1

Analogous Colors of #b153af

#b153af #b15380 #8453b1

Monochromatic Colors of #b153af

#b153af

Complementary Color

#b153af #53b155

#b153af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b153af Color Preview on White Background

Lorem ipsum dolor sit amet.

#b153af Color CSS Codes

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

#b153af Text Font Color

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

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


#b153af Background Color

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

This div background color is #b153af


#b153af Border Color

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

This div border color is #b153af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b153af


Comments

No comments written yet.

Please login to write comment.