Color Hex Logo

#b37db8 Color Hex

#B37DB8
(179,125,184)
0 Favorites   0 Comments

Color spaces of #b37db8

RGB 179125184
HSL0.820.290.61
HSV295°32°72°
CMYK 0.030.320.00   0.28
XYZ34.575827.711648.8739
Yxy27.71160.31100.2493
Hunter Lab52.641825.1179-18.1970
CIE-Lab59.627330.9489-22.7412

#b37db8 color RGB value is (179,125,184).

#b37db8 hex color red value is 179, green value is 125 and the blue value of its RGB is 184. Cylindrical-coordinate representations (also known as HSL) of color #b37db8 hue: 0.82 , saturation: 0.29 and the lightness value of b37db8 is 0.61.

The process color (four color CMYK) of #b37db8 color hex is 0.03, 0.32, 0.00, 0.28. Web safe color of #b37db8 is #cc66cc. Color #b37db8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01111101 10111000
Octal 263 175 270
Decimal 179 125 184
Hex B3 7D B8

RGB Percentages of Color #b37db8

%36.68
%25.61
%37.70

CMYK Percentages of Color #b37db8

%3
%32
%0
%28

Triadic Colors of #b37db8

#b37db8 #b8b37d #7db8b3

Analogous Colors of #b37db8

#b37db8 #b87da0 #967db8

Monochromatic Colors of #b37db8

#b37db8

Complementary Color

#b37db8 #82b87d

#b37db8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b37db8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b37db8 Color CSS Codes

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

#b37db8 Text Font Color

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

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


#b37db8 Background Color

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

This div background color is #b37db8


#b37db8 Border Color

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

This div border color is #b37db8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b37db8


Comments

No comments written yet.

Please login to write comment.