Color Hex Logo

#b057da Color Hex

#B057DA
(176,87,218)
0 Favorites   0 Comments

Color spaces of #b057da

RGB 17687218
HSL0.780.640.60
HSV281°60°85°
CMYK 0.190.600.00   0.15
XYZ33.967621.108568.6137
Yxy21.10850.27460.1707
Hunter Lab45.944051.5678-56.3841
CIE-Lab53.068057.1163-52.3841

#b057da color RGB value is (176,87,218).

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

The process color (four color CMYK) of #b057da color hex is 0.19, 0.60, 0.00, 0.15. Web safe color of #b057da is #9966cc. Color #b057da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01010111 11011010
Octal 260 127 332
Decimal 176 87 218
Hex B0 57 DA

RGB Percentages of Color #b057da

%36.59
%18.09
%45.32

CMYK Percentages of Color #b057da

%19
%60
%0
%15

Triadic Colors of #b057da

#b057da #dab057 #57dab0

Analogous Colors of #b057da

#b057da #da57c3 #6f57da

Monochromatic Colors of #b057da

#b057da

Complementary Color

#b057da #81da57

#b057da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b057da Color Preview on White Background

Lorem ipsum dolor sit amet.

#b057da Color CSS Codes

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

#b057da Text Font Color

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

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


#b057da Background Color

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

This div background color is #b057da


#b057da Border Color

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

This div border color is #b057da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,87,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b057da">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b057da


Comments

No comments written yet.

Please login to write comment.