Color Hex Logo

#b37dce Color Hex

#B37DCE
(179,125,206)
0 Favorites   0 Comments

Color spaces of #b37dce

RGB 179125206
HSL0.780.450.65
HSV280°39°81°
CMYK 0.130.390.00   0.19
XYZ37.064628.707261.9800
Yxy28.70720.29010.2247
Hunter Lab53.579129.7181-31.0810
CIE-Lab60.522335.4572-33.8176

#b37dce color RGB value is (179,125,206).

#b37dce hex color red value is 179, green value is 125 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b37dce hue: 0.78 , saturation: 0.45 and the lightness value of b37dce is 0.65.

The process color (four color CMYK) of #b37dce color hex is 0.13, 0.39, 0.00, 0.19. Web safe color of #b37dce is #cc66cc. Color #b37dce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01111101 11001110
Octal 263 175 316
Decimal 179 125 206
Hex B3 7D CE

RGB Percentages of Color #b37dce

%35.10
%24.51
%40.39

CMYK Percentages of Color #b37dce

%13
%39
%0
%19

Triadic Colors of #b37dce

#b37dce #ceb37d #7dceb3

Analogous Colors of #b37dce

#b37dce #ce7dc1 #8b7dce

Monochromatic Colors of #b37dce

#b37dce

Complementary Color

#b37dce #98ce7d

#b37dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b37dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b37dce Color CSS Codes

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

#b37dce Text Font Color

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

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


#b37dce Background Color

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

This div background color is #b37dce


#b37dce Border Color

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

This div border color is #b37dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b37dce


Comments

No comments written yet.

Please login to write comment.