Color Hex Logo

#b37eaf Color Hex

#B37EAF
(179,126,175)
0 Favorites   0 Comments

Color spaces of #b37eaf

RGB 179126175
HSL0.850.260.60
HSV305°30°70°
CMYK 0.000.300.02   0.30
XYZ33.789127.600644.1040
Yxy27.60060.32030.2616
Hunter Lab52.536322.8651-12.9983
CIE-Lab59.526228.6568-17.7623

#b37eaf color RGB value is (179,126,175).

#b37eaf hex color red value is 179, green value is 126 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #b37eaf hue: 0.85 , saturation: 0.26 and the lightness value of b37eaf is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01111110 10101111
Octal 263 176 257
Decimal 179 126 175
Hex B3 7E AF

RGB Percentages of Color #b37eaf

%37.29
%26.25
%36.46

CMYK Percentages of Color #b37eaf

%0
%30
%2
%30

Triadic Colors of #b37eaf

#b37eaf #afb37e #7eafb3

Analogous Colors of #b37eaf

#b37eaf #b37e95 #9d7eb3

Monochromatic Colors of #b37eaf

#b37eaf

Complementary Color

#b37eaf #7eb382

#b37eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b37eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b37eaf Color CSS Codes

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

#b37eaf Text Font Color

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

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


#b37eaf Background Color

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

This div background color is #b37eaf


#b37eaf Border Color

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

This div border color is #b37eaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,126,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b37eaf


Comments

No comments written yet.

Please login to write comment.