Color Hex Logo

#b58edd Color Hex

#B58EDD
(181,142,221)
0 Favorites   0 Comments

Color spaces of #b58edd

RGB 181142221
HSL0.750.540.71
HSV270°36°87°
CMYK 0.180.360.00   0.13
XYZ41.780234.390272.8425
Yxy34.39020.28040.2308
Hunter Lab58.643224.5464-32.5958
CIE-Lab65.271129.8660-34.7969

#b58edd color RGB value is (181,142,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10001110 11011101
Octal 265 216 335
Decimal 181 142 221
Hex B5 8E DD

RGB Percentages of Color #b58edd

%33.27
%26.10
%40.63

CMYK Percentages of Color #b58edd

%18
%36
%0
%13

Triadic Colors of #b58edd

#b58edd #ddb58e #8eddb5

Analogous Colors of #b58edd

#b58edd #dd8edd #8e8fdd

Monochromatic Colors of #b58edd

#b58edd

Complementary Color

#b58edd #b6dd8e

#b58edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b58edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b58edd Color CSS Codes

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

#b58edd Text Font Color

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

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


#b58edd Background Color

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

This div background color is #b58edd


#b58edd Border Color

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

This div border color is #b58edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b58edd


Comments

No comments written yet.

Please login to write comment.