Color Hex Logo

#b58cde Color Hex

#B58CDE
(181,140,222)
0 Favorites   0 Comments

Color spaces of #b58cde

RGB 181140222
HSL0.750.550.71
HSV270°37°87°
CMYK 0.180.370.00   0.13
XYZ41.619033.853973.4481
Yxy33.85390.27950.2273
Hunter Lab58.184125.8586-34.1152
CIE-Lab64.846431.2069-36.0125

#b58cde color RGB value is (181,140,222).

#b58cde hex color red value is 181, green value is 140 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b58cde hue: 0.75 , saturation: 0.55 and the lightness value of b58cde is 0.71.

The process color (four color CMYK) of #b58cde color hex is 0.18, 0.37, 0.00, 0.13. Web safe color of #b58cde is #cc99cc. Color #b58cde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10001100 11011110
Octal 265 214 336
Decimal 181 140 222
Hex B5 8C DE

RGB Percentages of Color #b58cde

%33.33
%25.78
%40.88

CMYK Percentages of Color #b58cde

%18
%37
%0
%13

Triadic Colors of #b58cde

#b58cde #deb58c #8cdeb5

Analogous Colors of #b58cde

#b58cde #de8cde #8c8cde

Monochromatic Colors of #b58cde

#b58cde

Complementary Color

#b58cde #b5de8c

#b58cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b58cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#b58cde Color CSS Codes

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

#b58cde Text Font Color

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

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


#b58cde Background Color

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

This div background color is #b58cde


#b58cde Border Color

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

This div border color is #b58cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b58cde


Comments

No comments written yet.

Please login to write comment.