Color Hex Logo

#b37cde Color Hex

#B37CDE
(179,124,222)
0 Favorites   0 Comments

Color spaces of #b37cde

RGB 179124222
HSL0.760.600.68
HSV274°44°87°
CMYK 0.190.440.00   0.13
XYZ38.982929.272972.7029
Yxy29.27290.27660.2077
Hunter Lab54.104433.9286-41.7979
CIE-Lab61.021739.5011-42.0116

#b37cde color RGB value is (179,124,222).

#b37cde hex color red value is 179, green value is 124 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b37cde hue: 0.76 , saturation: 0.60 and the lightness value of b37cde is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01111100 11011110
Octal 263 174 336
Decimal 179 124 222
Hex B3 7C DE

RGB Percentages of Color #b37cde

%34.10
%23.62
%42.29

CMYK Percentages of Color #b37cde

%19
%44
%0
%13

Triadic Colors of #b37cde

#b37cde #deb37c #7cdeb3

Analogous Colors of #b37cde

#b37cde #de7cd8 #827cde

Monochromatic Colors of #b37cde

#b37cde

Complementary Color

#b37cde #a7de7c

#b37cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b37cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#b37cde Color CSS Codes

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

#b37cde Text Font Color

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

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


#b37cde Background Color

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

This div background color is #b37cde


#b37cde Border Color

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

This div border color is #b37cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b37cde


Comments

No comments written yet.

Please login to write comment.