Color Hex Logo

#b37bdc Color Hex

#B37BDC
(179,123,220)
0 Favorites   0 Comments

Color spaces of #b37bdc

RGB 179123220
HSL0.760.580.67
HSV275°44°86°
CMYK 0.190.440.00   0.14
XYZ38.591628.916971.2577
Yxy28.91690.27810.2084
Hunter Lab53.774433.9965-40.9244
CIE-Lab60.708239.6052-41.3861

#b37bdc color RGB value is (179,123,220).

#b37bdc hex color red value is 179, green value is 123 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b37bdc hue: 0.76 , saturation: 0.58 and the lightness value of b37bdc is 0.67.

The process color (four color CMYK) of #b37bdc color hex is 0.19, 0.44, 0.00, 0.14. Web safe color of #b37bdc is #cc66cc. Color #b37bdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01111011 11011100
Octal 263 173 334
Decimal 179 123 220
Hex B3 7B DC

RGB Percentages of Color #b37bdc

%34.29
%23.56
%42.15

CMYK Percentages of Color #b37bdc

%19
%44
%0
%14

Triadic Colors of #b37bdc

#b37bdc #dcb37b #7bdcb3

Analogous Colors of #b37bdc

#b37bdc #dc7bd5 #837bdc

Monochromatic Colors of #b37bdc

#b37bdc

Complementary Color

#b37bdc #a4dc7b

#b37bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b37bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b37bdc Color CSS Codes

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

#b37bdc Text Font Color

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

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


#b37bdc Background Color

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

This div background color is #b37bdc


#b37bdc Border Color

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

This div border color is #b37bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b37bdc


Comments

No comments written yet.

Please login to write comment.