Color Hex Logo

#b57edd Color Hex

#B57EDD
(181,126,221)
0 Favorites   0 Comments

Color spaces of #b57edd

RGB 181126221
HSL0.760.580.68
HSV275°43°87°
CMYK 0.180.430.00   0.13
XYZ39.568129.965972.1052
Yxy29.96590.27940.2116
Hunter Lab54.741133.2268-39.7782
CIE-Lab61.624838.7513-40.4915

#b57edd color RGB value is (181,126,221).

#b57edd hex color red value is 181, green value is 126 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b57edd hue: 0.76 , saturation: 0.58 and the lightness value of b57edd is 0.68.

The process color (four color CMYK) of #b57edd color hex is 0.18, 0.43, 0.00, 0.13. Web safe color of #b57edd is #cc66cc. Color #b57edd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01111110 11011101
Octal 265 176 335
Decimal 181 126 221
Hex B5 7E DD

RGB Percentages of Color #b57edd

%34.28
%23.86
%41.86

CMYK Percentages of Color #b57edd

%18
%43
%0
%13

Triadic Colors of #b57edd

#b57edd #ddb57e #7eddb5

Analogous Colors of #b57edd

#b57edd #dd7ed6 #867edd

Monochromatic Colors of #b57edd

#b57edd

Complementary Color

#b57edd #a6dd7e

#b57edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b57edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b57edd Color CSS Codes

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

#b57edd Text Font Color

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

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


#b57edd Background Color

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

This div background color is #b57edd


#b57edd Border Color

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

This div border color is #b57edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b57edd


Comments

No comments written yet.

Please login to write comment.