Color Hex Logo

#b57dee Color Hex

#B57DEE
(181,125,238)
0 Favorites   0 Comments

Color spaces of #b57dee

RGB 181125238
HSL0.750.770.71
HSV270°47°93°
CMYK 0.240.470.00   0.07
XYZ41.822330.664084.6034
Yxy30.66400.26620.1952
Hunter Lab55.375137.9066-51.8221
CIE-Lab62.223043.1322-49.0007

#b57dee color RGB value is (181,125,238).

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

The process color (four color CMYK) of #b57dee color hex is 0.24, 0.47, 0.00, 0.07. Web safe color of #b57dee is #cc66ff. Color #b57dee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01111101 11101110
Octal 265 175 356
Decimal 181 125 238
Hex B5 7D EE

RGB Percentages of Color #b57dee

%33.27
%22.98
%43.75

CMYK Percentages of Color #b57dee

%24
%47
%0
%7

Triadic Colors of #b57dee

#b57dee #eeb57d #7deeb5

Analogous Colors of #b57dee

#b57dee #ee7dee #7d7eee

Monochromatic Colors of #b57dee

#b57dee

Complementary Color

#b57dee #b6ee7d

#b57dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b57dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b57dee Color CSS Codes

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

#b57dee Text Font Color

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

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


#b57dee Background Color

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

This div background color is #b57dee


#b57dee Border Color

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

This div border color is #b57dee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,125,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 #b57dee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b57dee


Comments

No comments written yet.

Please login to write comment.