Color Hex Logo

#b176cf Color Hex

#B176CF
(177,118,207)
0 Favorites   0 Comments

Color spaces of #b176cf

RGB 177118207
HSL0.780.480.64
HSV280°43°81°
CMYK 0.140.430.00   0.19
XYZ35.872426.809062.3155
Yxy26.80900.28700.2145
Hunter Lab51.777433.0578-35.1129
CIE-Lab58.797138.9342-37.0906

#b176cf color RGB value is (177,118,207).

#b176cf hex color red value is 177, green value is 118 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #b176cf hue: 0.78 , saturation: 0.48 and the lightness value of b176cf is 0.64.

The process color (four color CMYK) of #b176cf color hex is 0.14, 0.43, 0.00, 0.19. Web safe color of #b176cf is #9966cc. Color #b176cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01110110 11001111
Octal 261 166 317
Decimal 177 118 207
Hex B1 76 CF

RGB Percentages of Color #b176cf

%35.26
%23.51
%41.24

CMYK Percentages of Color #b176cf

%14
%43
%0
%19

Triadic Colors of #b176cf

#b176cf #cfb176 #76cfb1

Analogous Colors of #b176cf

#b176cf #cf76c1 #8576cf

Monochromatic Colors of #b176cf

#b176cf

Complementary Color

#b176cf #94cf76

#b176cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b176cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b176cf Color CSS Codes

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

#b176cf Text Font Color

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

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


#b176cf Background Color

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

This div background color is #b176cf


#b176cf Border Color

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

This div border color is #b176cf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,118,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b176cf


Comments

No comments written yet.

Please login to write comment.