Color Hex Logo

#b58dcc Color Hex

#B58DCC
(181,141,204)
0 Favorites   0 Comments

Color spaces of #b58dcc

RGB 181141204
HSL0.770.380.68
HSV278°31°80°
CMYK 0.110.310.00   0.20
XYZ39.480033.233161.4606
Yxy33.23310.29420.2477
Hunter Lab57.648221.3604-22.8573
CIE-Lab64.349226.7308-26.7552

#b58dcc color RGB value is (181,141,204).

#b58dcc hex color red value is 181, green value is 141 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b58dcc hue: 0.77 , saturation: 0.38 and the lightness value of b58dcc is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10001101 11001100
Octal 265 215 314
Decimal 181 141 204
Hex B5 8D CC

RGB Percentages of Color #b58dcc

%34.41
%26.81
%38.78

CMYK Percentages of Color #b58dcc

%11
%31
%0
%20

Triadic Colors of #b58dcc

#b58dcc #ccb58d #8dccb5

Analogous Colors of #b58dcc

#b58dcc #cc8dc4 #968dcc

Monochromatic Colors of #b58dcc

#b58dcc

Complementary Color

#b58dcc #a4cc8d

#b58dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b58dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b58dcc Color CSS Codes

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

#b58dcc Text Font Color

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

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


#b58dcc Background Color

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

This div background color is #b58dcc


#b58dcc Border Color

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

This div border color is #b58dcc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(181,141,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b58dcc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b58dcc;
  -webkit-box-shadow: 1px 1px 3px 2px #b58dcc;
  box-shadow:         1px 1px 3px 2px #b58dcc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,141,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b58dcc


Comments

No comments written yet.

Please login to write comment.