Color Hex Logo

#b37dca Color Hex

#B37DCA
(179,125,202)
0 Favorites   0 Comments

Color spaces of #b37dca

RGB 179125202
HSL0.780.420.64
HSV282°38°79°
CMYK 0.110.380.00   0.21
XYZ36.584728.515259.4529
Yxy28.51520.29370.2289
Hunter Lab53.399628.8431-28.6313
CIE-Lab60.351434.6108-31.8283

#b37dca color RGB value is (179,125,202).

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

The process color (four color CMYK) of #b37dca color hex is 0.11, 0.38, 0.00, 0.21. Web safe color of #b37dca is #cc66cc. Color #b37dca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01111101 11001010
Octal 263 175 312
Decimal 179 125 202
Hex B3 7D CA

RGB Percentages of Color #b37dca

%35.38
%24.70
%39.92

CMYK Percentages of Color #b37dca

%11
%38
%0
%21

Triadic Colors of #b37dca

#b37dca #cab37d #7dcab3

Analogous Colors of #b37dca

#b37dca #ca7dbb #8d7dca

Monochromatic Colors of #b37dca

#b37dca

Complementary Color

#b37dca #94ca7d

#b37dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b37dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b37dca Color CSS Codes

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

#b37dca Text Font Color

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

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


#b37dca Background Color

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

This div background color is #b37dca


#b37dca Border Color

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

This div border color is #b37dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b37dca


Comments

No comments written yet.

Please login to write comment.