Color Hex Logo

#b077dc Color Hex

#B077DC
(176,119,220)
0 Favorites   0 Comments

Color spaces of #b077dc

RGB 176119220
HSL0.760.590.66
HSV274°46°86°
CMYK 0.200.460.00   0.14
XYZ37.419627.591171.0635
Yxy27.59110.27500.2028
Hunter Lab52.527235.2380-43.4437
CIE-Lab59.517540.9510-43.2812

#b077dc color RGB value is (176,119,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 01110111 11011100
Octal 260 167 334
Decimal 176 119 220
Hex B0 77 DC

RGB Percentages of Color #b077dc

%34.17
%23.11
%42.72

CMYK Percentages of Color #b077dc

%20
%46
%0
%14

Triadic Colors of #b077dc

#b077dc #dcb077 #77dcb0

Analogous Colors of #b077dc

#b077dc #dc77d6 #7e77dc

Monochromatic Colors of #b077dc

#b077dc

Complementary Color

#b077dc #a3dc77

#b077dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b077dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b077dc Color CSS Codes

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

#b077dc Text Font Color

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

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


#b077dc Background Color

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

This div background color is #b077dc


#b077dc Border Color

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

This div border color is #b077dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b077dc


Comments

No comments written yet.

Please login to write comment.