Color Hex Logo

#b59edc Color Hex

#B59EDC
(181,158,220)
0 Favorites   0 Comments

Color spaces of #b59edc

RGB 181158220
HSL0.730.470.74
HSV262°28°86°
CMYK 0.180.280.00   0.14
XYZ44.201239.444872.9941
Yxy39.44480.28220.2518
Hunter Lab62.805115.7165-24.9452
CIE-Lab69.072220.6875-28.3645

#b59edc color RGB value is (181,158,220).

#b59edc hex color red value is 181, green value is 158 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b59edc hue: 0.73 , saturation: 0.47 and the lightness value of b59edc is 0.74.

The process color (four color CMYK) of #b59edc color hex is 0.18, 0.28, 0.00, 0.14. Web safe color of #b59edc is #cc99cc. Color #b59edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10011110 11011100
Octal 265 236 334
Decimal 181 158 220
Hex B5 9E DC

RGB Percentages of Color #b59edc

%32.38
%28.26
%39.36

CMYK Percentages of Color #b59edc

%18
%28
%0
%14

Triadic Colors of #b59edc

#b59edc #dcb59e #9edcb5

Analogous Colors of #b59edc

#b59edc #d49edc #9ea6dc

Monochromatic Colors of #b59edc

#b59edc

Complementary Color

#b59edc #c5dc9e

#b59edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b59edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b59edc Color CSS Codes

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

#b59edc Text Font Color

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

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


#b59edc Background Color

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

This div background color is #b59edc


#b59edc Border Color

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

This div border color is #b59edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b59edc


Comments

No comments written yet.

Please login to write comment.