Color Hex Logo

#b578ae Color Hex

#B578AE
(181,120,174)
0 Favorites   0 Comments

Color spaces of #b578ae

RGB 181120174
HSL0.850.290.59
HSV307°34°71°
CMYK 0.000.340.04   0.29
XYZ33.412526.312743.3622
Yxy26.31270.32410.2552
Hunter Lab51.295926.5013-14.2127
CIE-Lab58.332732.4804-18.9857

#b578ae color RGB value is (181,120,174).

#b578ae hex color red value is 181, green value is 120 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #b578ae hue: 0.85 , saturation: 0.29 and the lightness value of b578ae is 0.59.

The process color (four color CMYK) of #b578ae color hex is 0.00, 0.34, 0.04, 0.29. Web safe color of #b578ae is #cc6699. Color #b578ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01111000 10101110
Octal 265 170 256
Decimal 181 120 174
Hex B5 78 AE

RGB Percentages of Color #b578ae

%38.11
%25.26
%36.63

CMYK Percentages of Color #b578ae

%0
%34
%4
%29

Triadic Colors of #b578ae

#b578ae #aeb578 #78aeb5

Analogous Colors of #b578ae

#b578ae #b57890 #9e78b5

Monochromatic Colors of #b578ae

#b578ae

Complementary Color

#b578ae #78b57f

#b578ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b578ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b578ae Color CSS Codes

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

#b578ae Text Font Color

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

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


#b578ae Background Color

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

This div background color is #b578ae


#b578ae Border Color

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

This div border color is #b578ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b578ae


Comments

No comments written yet.

Please login to write comment.