Color Hex Logo

#b177ff Color Hex

#B177FF
(177,119,255)
0 Favorites   0 Comments

Color spaces of #b177ff

RGB 177119255
HSL0.741.000.73
HSV266°53°100°
CMYK 0.310.530.00   0.00
XYZ42.778329.760898.0975
Yxy29.76080.25070.1744
Hunter Lab54.553544.5029-68.4273
CIE-Lab61.447349.3516-59.6356

#b177ff color RGB value is (177,119,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 01110111 11111111
Octal 261 167 377
Decimal 177 119 255
Hex B1 77 FF

RGB Percentages of Color #b177ff

%32.12
%21.60
%46.28

CMYK Percentages of Color #b177ff

%31
%53
%0
%0

Triadic Colors of #b177ff

#b177ff #ffb177 #77ffb1

Analogous Colors of #b177ff

#b177ff #f577ff #7781ff

Monochromatic Colors of #b177ff

#b177ff

Complementary Color

#b177ff #c5ff77

#b177ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b177ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b177ff Color CSS Codes

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

#b177ff Text Font Color

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

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


#b177ff Background Color

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

This div background color is #b177ff


#b177ff Border Color

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

This div border color is #b177ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b177ff


Comments

No comments written yet.

Please login to write comment.