Color Hex Logo

#b373ae Color Hex

#B373AE
(179,115,174)
0 Favorites   0 Comments

Color spaces of #b373ae

RGB 179115174
HSL0.850.300.58
HSV305°36°70°
CMYK 0.000.360.03   0.30
XYZ32.361124.901243.1452
Yxy24.90120.32230.2480
Hunter Lab49.901128.4312-16.3322
CIE-Lab56.979034.5742-21.0738

#b373ae color RGB value is (179,115,174).

#b373ae hex color red value is 179, green value is 115 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #b373ae hue: 0.85 , saturation: 0.30 and the lightness value of b373ae is 0.58.

The process color (four color CMYK) of #b373ae color hex is 0.00, 0.36, 0.03, 0.30. Web safe color of #b373ae is #cc6699. Color #b373ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01110011 10101110
Octal 263 163 256
Decimal 179 115 174
Hex B3 73 AE

RGB Percentages of Color #b373ae

%38.25
%24.57
%37.18

CMYK Percentages of Color #b373ae

%0
%36
%3
%30

Triadic Colors of #b373ae

#b373ae #aeb373 #73aeb3

Analogous Colors of #b373ae

#b373ae #b3738e #9873b3

Monochromatic Colors of #b373ae

#b373ae

Complementary Color

#b373ae #73b378

#b373ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b373ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b373ae Color CSS Codes

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

#b373ae Text Font Color

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

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


#b373ae Background Color

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

This div background color is #b373ae


#b373ae Border Color

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

This div border color is #b373ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b373ae


Comments

No comments written yet.

Please login to write comment.