Color Hex Logo

#b38ecd Color Hex

#B38ECD
(179,142,205)
0 Favorites   0 Comments

Color spaces of #b38ecd

RGB 179142205
HSL0.760.390.68
HSV275°31°80°
CMYK 0.130.310.00   0.20
XYZ39.282933.337562.1220
Yxy33.33750.29150.2474
Hunter Lab57.738620.4012-23.3741
CIE-Lab64.433325.7467-27.2011

#b38ecd color RGB value is (179,142,205).

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

The process color (four color CMYK) of #b38ecd color hex is 0.13, 0.31, 0.00, 0.20. Web safe color of #b38ecd is #cc99cc. Color #b38ecd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10001110 11001101
Octal 263 216 315
Decimal 179 142 205
Hex B3 8E CD

RGB Percentages of Color #b38ecd

%34.03
%27.00
%38.97

CMYK Percentages of Color #b38ecd

%13
%31
%0
%20

Triadic Colors of #b38ecd

#b38ecd #cdb38e #8ecdb3

Analogous Colors of #b38ecd

#b38ecd #cd8ec8 #948ecd

Monochromatic Colors of #b38ecd

#b38ecd

Complementary Color

#b38ecd #a8cd8e

#b38ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b38ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b38ecd Color CSS Codes

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

#b38ecd Text Font Color

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

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


#b38ecd Background Color

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

This div background color is #b38ecd


#b38ecd Border Color

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

This div border color is #b38ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b38ecd


Comments

No comments written yet.

Please login to write comment.