Color Hex Logo

#b077da Color Hex

#B077DA
(176,119,218)
0 Favorites   0 Comments

Color spaces of #b077da

RGB 176119218
HSL0.760.570.66
HSV275°45°85°
CMYK 0.190.450.00   0.15
XYZ37.156227.485769.6766
Yxy27.48570.27660.2046
Hunter Lab52.426834.7605-42.0992
CIE-Lab59.421240.5041-42.3112

#b077da color RGB value is (176,119,218).

#b077da hex color red value is 176, green value is 119 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b077da hue: 0.76 , saturation: 0.57 and the lightness value of b077da is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 01110111 11011010
Octal 260 167 332
Decimal 176 119 218
Hex B0 77 DA

RGB Percentages of Color #b077da

%34.31
%23.20
%42.50

CMYK Percentages of Color #b077da

%19
%45
%0
%15

Triadic Colors of #b077da

#b077da #dab077 #77dab0

Analogous Colors of #b077da

#b077da #da77d3 #7f77da

Monochromatic Colors of #b077da

#b077da

Complementary Color

#b077da #a1da77

#b077da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b077da Color Preview on White Background

Lorem ipsum dolor sit amet.

#b077da Color CSS Codes

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

#b077da Text Font Color

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

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


#b077da Background Color

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

This div background color is #b077da


#b077da Border Color

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

This div border color is #b077da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b077da


Comments

No comments written yet.

Please login to write comment.