Color Hex Logo

#b37cdd Color Hex

#B37CDD
(179,124,221)
0 Favorites   0 Comments

Color spaces of #b37cdd

RGB 179124221
HSL0.760.590.68
HSV274°44°87°
CMYK 0.190.440.00   0.13
XYZ38.849229.219571.9990
Yxy29.21950.27740.2086
Hunter Lab54.055133.6910-41.1332
CIE-Lab60.974939.2779-41.5264

#b37cdd color RGB value is (179,124,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01111100 11011101
Octal 263 174 335
Decimal 179 124 221
Hex B3 7C DD

RGB Percentages of Color #b37cdd

%34.16
%23.66
%42.18

CMYK Percentages of Color #b37cdd

%19
%44
%0
%13

Triadic Colors of #b37cdd

#b37cdd #ddb37c #7cddb3

Analogous Colors of #b37cdd

#b37cdd #dd7cd7 #837cdd

Monochromatic Colors of #b37cdd

#b37cdd

Complementary Color

#b37cdd #a6dd7c

#b37cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b37cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b37cdd Color CSS Codes

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

#b37cdd Text Font Color

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

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


#b37cdd Background Color

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

This div background color is #b37cdd


#b37cdd Border Color

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

This div border color is #b37cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b37cdd


Comments

No comments written yet.

Please login to write comment.