Color Hex Logo

#b481ae Color Hex

#B481AE
(180,129,174)
0 Favorites   0 Comments

Color spaces of #b481ae

RGB 180129174
HSL0.850.250.61
HSV307°28°71°
CMYK 0.000.280.03   0.29
XYZ34.312628.459843.7292
Yxy28.45980.32220.2672
Hunter Lab53.347721.4505-11.2567
CIE-Lab60.301927.1331-16.0045

#b481ae color RGB value is (180,129,174).

#b481ae hex color red value is 180, green value is 129 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #b481ae hue: 0.85 , saturation: 0.25 and the lightness value of b481ae is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10000001 10101110
Octal 264 201 256
Decimal 180 129 174
Hex B4 81 AE

RGB Percentages of Color #b481ae

%37.27
%26.71
%36.02

CMYK Percentages of Color #b481ae

%0
%28
%3
%29

Triadic Colors of #b481ae

#b481ae #aeb481 #81aeb4

Analogous Colors of #b481ae

#b481ae #b48195 #a181b4

Monochromatic Colors of #b481ae

#b481ae

Complementary Color

#b481ae #81b487

#b481ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b481ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b481ae Color CSS Codes

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

#b481ae Text Font Color

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

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


#b481ae Background Color

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

This div background color is #b481ae


#b481ae Border Color

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

This div border color is #b481ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b481ae


Comments

No comments written yet.

Please login to write comment.