Color Hex Logo

#b057dd Color Hex

#B057DD
(176,87,221)
0 Favorites   0 Comments

Color spaces of #b057dd

RGB 17687221
HSL0.780.660.60
HSV280°61°87°
CMYK 0.200.610.00   0.13
XYZ34.363821.267070.7004
Yxy21.26700.27200.1683
Hunter Lab46.116252.3073-58.6158
CIE-Lab53.240557.7472-53.8076

#b057dd color RGB value is (176,87,221).

#b057dd hex color red value is 176, green value is 87 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b057dd hue: 0.78 , saturation: 0.66 and the lightness value of b057dd is 0.60.

The process color (four color CMYK) of #b057dd color hex is 0.20, 0.61, 0.00, 0.13. Web safe color of #b057dd is #9966cc. Color #b057dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01010111 11011101
Octal 260 127 335
Decimal 176 87 221
Hex B0 57 DD

RGB Percentages of Color #b057dd

%36.36
%17.98
%45.66

CMYK Percentages of Color #b057dd

%20
%61
%0
%13

Triadic Colors of #b057dd

#b057dd #ddb057 #57ddb0

Analogous Colors of #b057dd

#b057dd #dd57c7 #6d57dd

Monochromatic Colors of #b057dd

#b057dd

Complementary Color

#b057dd #84dd57

#b057dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b057dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b057dd Color CSS Codes

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

#b057dd Text Font Color

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

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


#b057dd Background Color

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

This div background color is #b057dd


#b057dd Border Color

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

This div border color is #b057dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b057dd


Comments

No comments written yet.

Please login to write comment.