Color Hex Logo

#b083ae Color Hex

#B083AE
(176,131,174)
0 Favorites   0 Comments

Color spaces of #b083ae

RGB 176131174
HSL0.840.220.60
HSV303°26°69°
CMYK 0.000.260.01   0.31
XYZ33.660828.518743.7749
Yxy28.51870.31770.2692
Hunter Lab53.402919.0566-11.2186
CIE-Lab60.354524.6376-15.9652

#b083ae color RGB value is (176,131,174).

#b083ae hex color red value is 176, green value is 131 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #b083ae hue: 0.84 , saturation: 0.22 and the lightness value of b083ae is 0.60.

The process color (four color CMYK) of #b083ae color hex is 0.00, 0.26, 0.01, 0.31. Web safe color of #b083ae is #999999. Color #b083ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10000011 10101110
Octal 260 203 256
Decimal 176 131 174
Hex B0 83 AE

RGB Percentages of Color #b083ae

%36.59
%27.23
%36.17

CMYK Percentages of Color #b083ae

%0
%26
%1
%31

Triadic Colors of #b083ae

#b083ae #aeb083 #83aeb0

Analogous Colors of #b083ae

#b083ae #b08398 #9c83b0

Monochromatic Colors of #b083ae

#b083ae

Complementary Color

#b083ae #83b085

#b083ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b083ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b083ae Color CSS Codes

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

#b083ae Text Font Color

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

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


#b083ae Background Color

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

This div background color is #b083ae


#b083ae Border Color

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

This div border color is #b083ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b083ae


Comments

No comments written yet.

Please login to write comment.