Color Hex Logo

#b077ff Color Hex

#B077FF
(176,119,255)
0 Favorites   0 Comments

Color spaces of #b077ff

RGB 176119255
HSL0.741.000.73
HSV265°53°100°
CMYK 0.310.530.00   0.00
XYZ42.551329.643898.0869
Yxy29.64380.24990.1741
Hunter Lab54.446144.2225-68.7011
CIE-Lab61.345749.1106-59.8038

#b077ff color RGB value is (176,119,255).

#b077ff hex color red value is 176, green value is 119 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #b077ff hue: 0.74 , saturation: 1.00 and the lightness value of b077ff is 0.73.

The process color (four color CMYK) of #b077ff color hex is 0.31, 0.53, 0.00, 0.00. Web safe color of #b077ff is #9966ff. Color #b077ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01110111 11111111
Octal 260 167 377
Decimal 176 119 255
Hex B0 77 FF

RGB Percentages of Color #b077ff

%32.00
%21.64
%46.36

CMYK Percentages of Color #b077ff

%31
%53
%0
%0

Triadic Colors of #b077ff

#b077ff #ffb077 #77ffb0

Analogous Colors of #b077ff

#b077ff #f477ff #7782ff

Monochromatic Colors of #b077ff

#b077ff

Complementary Color

#b077ff #c6ff77

#b077ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b077ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b077ff Color CSS Codes

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

#b077ff Text Font Color

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

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


#b077ff Background Color

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

This div background color is #b077ff


#b077ff Border Color

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

This div border color is #b077ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b077ff


Comments

No comments written yet.

Please login to write comment.