Color Hex Logo

#b057cc Color Hex

#B057CC
(176,87,204)
0 Favorites   0 Comments

Color spaces of #b057cc

RGB 17687204
HSL0.790.530.57
HSV286°57°80°
CMYK 0.140.570.00   0.20
XYZ32.211820.406159.3678
Yxy20.40610.28760.1822
Hunter Lab45.173148.2309-46.2994
CIE-Lab52.293354.2336-45.6435

#b057cc color RGB value is (176,87,204).

#b057cc hex color red value is 176, green value is 87 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b057cc hue: 0.79 , saturation: 0.53 and the lightness value of b057cc is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 01010111 11001100
Octal 260 127 314
Decimal 176 87 204
Hex B0 57 CC

RGB Percentages of Color #b057cc

%37.69
%18.63
%43.68

CMYK Percentages of Color #b057cc

%14
%57
%0
%20

Triadic Colors of #b057cc

#b057cc #ccb057 #57ccb0

Analogous Colors of #b057cc

#b057cc #cc57ae #7657cc

Monochromatic Colors of #b057cc

#b057cc

Complementary Color

#b057cc #73cc57

#b057cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b057cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b057cc Color CSS Codes

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

#b057cc Text Font Color

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

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


#b057cc Background Color

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

This div background color is #b057cc


#b057cc Border Color

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

This div border color is #b057cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b057cc


Comments

No comments written yet.

Please login to write comment.