Color Hex Logo

#b58dee Color Hex

#B58DEE
(181,141,238)
0 Favorites   0 Comments

Color spaces of #b58dee

RGB 181141238
HSL0.740.740.74
HSV265°41°93°
CMYK 0.240.410.00   0.07
XYZ44.013535.046685.3338
Yxy35.04660.26770.2132
Hunter Lab59.200229.1089-44.0232
CIE-Lab65.784934.3079-43.3870

#b58dee color RGB value is (181,141,238).

#b58dee hex color red value is 181, green value is 141 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #b58dee hue: 0.74 , saturation: 0.74 and the lightness value of b58dee is 0.74.

The process color (four color CMYK) of #b58dee color hex is 0.24, 0.41, 0.00, 0.07. Web safe color of #b58dee is #cc99ff. Color #b58dee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10001101 11101110
Octal 265 215 356
Decimal 181 141 238
Hex B5 8D EE

RGB Percentages of Color #b58dee

%32.32
%25.18
%42.50

CMYK Percentages of Color #b58dee

%24
%41
%0
%7

Triadic Colors of #b58dee

#b58dee #eeb58d #8deeb5

Analogous Colors of #b58dee

#b58dee #e68dee #8d96ee

Monochromatic Colors of #b58dee

#b58dee

Complementary Color

#b58dee #c6ee8d

#b58dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b58dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b58dee Color CSS Codes

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

#b58dee Text Font Color

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

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


#b58dee Background Color

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

This div background color is #b58dee


#b58dee Border Color

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

This div border color is #b58dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b58dee


Comments

No comments written yet.

Please login to write comment.