Color Hex Logo

#b057dc Color Hex

#B057DC
(176,87,220)
0 Favorites   0 Comments

Color spaces of #b057dc

RGB 17687220
HSL0.780.660.60
HSV280°60°86°
CMYK 0.200.600.00   0.14
XYZ34.231021.213870.0006
Yxy21.21380.27290.1691
Hunter Lab46.058452.0603-57.8693
CIE-Lab53.182757.5368-53.3340

#b057dc color RGB value is (176,87,220).

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

The process color (four color CMYK) of #b057dc color hex is 0.20, 0.60, 0.00, 0.14. Web safe color of #b057dc is #9966cc. Color #b057dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01010111 11011100
Octal 260 127 334
Decimal 176 87 220
Hex B0 57 DC

RGB Percentages of Color #b057dc

%36.44
%18.01
%45.55

CMYK Percentages of Color #b057dc

%20
%60
%0
%14

Triadic Colors of #b057dc

#b057dc #dcb057 #57dcb0

Analogous Colors of #b057dc

#b057dc #dc57c6 #6e57dc

Monochromatic Colors of #b057dc

#b057dc

Complementary Color

#b057dc #83dc57

#b057dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b057dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b057dc Color CSS Codes

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

#b057dc Text Font Color

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

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


#b057dc Background Color

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

This div background color is #b057dc


#b057dc Border Color

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

This div border color is #b057dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b057dc


Comments

No comments written yet.

Please login to write comment.