Color Hex Logo

#b583ac Color Hex

#B583AC
(181,131,172)
0 Favorites   0 Comments

Color spaces of #b583ac

RGB 181131172
HSL0.860.250.61
HSV311°28°71°
CMYK 0.000.280.05   0.29
XYZ34.618729.034942.8094
Yxy29.03490.32520.2727
Hunter Lab53.884020.3832-9.3855
CIE-Lab60.812425.9881-14.0824

#b583ac color RGB value is (181,131,172).

#b583ac hex color red value is 181, green value is 131 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b583ac hue: 0.86 , saturation: 0.25 and the lightness value of b583ac is 0.61.

The process color (four color CMYK) of #b583ac color hex is 0.00, 0.28, 0.05, 0.29. Web safe color of #b583ac is #cc9999. Color #b583ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10000011 10101100
Octal 265 203 254
Decimal 181 131 172
Hex B5 83 AC

RGB Percentages of Color #b583ac

%37.40
%27.07
%35.54

CMYK Percentages of Color #b583ac

%0
%28
%5
%29

Triadic Colors of #b583ac

#b583ac #acb583 #83acb5

Analogous Colors of #b583ac

#b583ac #b58393 #a583b5

Monochromatic Colors of #b583ac

#b583ac

Complementary Color

#b583ac #83b58c

#b583ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b583ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b583ac Color CSS Codes

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

#b583ac Text Font Color

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

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


#b583ac Background Color

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

This div background color is #b583ac


#b583ac Border Color

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

This div border color is #b583ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(181,131,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b583ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b583ac;
  -webkit-box-shadow: 1px 1px 3px 2px #b583ac;
  box-shadow:         1px 1px 3px 2px #b583ac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,131,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b583ac


Comments

No comments written yet.

Please login to write comment.