Color Hex Logo

#b57bde Color Hex

#B57BDE
(181,123,222)
0 Favorites   0 Comments

Color spaces of #b57bde

RGB 181123222
HSL0.760.600.68
HSV275°45°87°
CMYK 0.180.450.00   0.13
XYZ39.323829.263672.6831
Yxy29.26360.27840.2071
Hunter Lab54.095835.0890-41.7949
CIE-Lab61.013640.6160-42.0098

#b57bde color RGB value is (181,123,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01111011 11011110
Octal 265 173 336
Decimal 181 123 222
Hex B5 7B DE

RGB Percentages of Color #b57bde

%34.41
%23.38
%42.21

CMYK Percentages of Color #b57bde

%18
%45
%0
%13

Triadic Colors of #b57bde

#b57bde #deb57b #7bdeb5

Analogous Colors of #b57bde

#b57bde #de7bd6 #847bde

Monochromatic Colors of #b57bde

#b57bde

Complementary Color

#b57bde #a4de7b

#b57bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b57bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#b57bde Color CSS Codes

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

#b57bde Text Font Color

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

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


#b57bde Background Color

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

This div background color is #b57bde


#b57bde Border Color

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

This div border color is #b57bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b57bde


Comments

No comments written yet.

Please login to write comment.