Color Hex Logo

#b175be Color Hex

#B175BE
(177,117,190)
0 Favorites   0 Comments

Color spaces of #b175be

RGB 177117190
HSL0.800.360.60
HSV289°38°75°
CMYK 0.070.380.00   0.25
XYZ33.787025.787451.9119
Yxy25.78740.30310.2313
Hunter Lab50.781329.8965-25.0631
CIE-Lab57.834735.9403-28.9412

#b175be color RGB value is (177,117,190).

#b175be hex color red value is 177, green value is 117 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b175be hue: 0.80 , saturation: 0.36 and the lightness value of b175be is 0.60.

The process color (four color CMYK) of #b175be color hex is 0.07, 0.38, 0.00, 0.25. Web safe color of #b175be is #9966cc. Color #b175be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01110101 10111110
Octal 261 165 276
Decimal 177 117 190
Hex B1 75 BE

RGB Percentages of Color #b175be

%36.57
%24.17
%39.26

CMYK Percentages of Color #b175be

%7
%38
%0
%25

Triadic Colors of #b175be

#b175be #beb175 #75beb1

Analogous Colors of #b175be

#b175be #be75a7 #8d75be

Monochromatic Colors of #b175be

#b175be

Complementary Color

#b175be #82be75

#b175be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b175be Color Preview on White Background

Lorem ipsum dolor sit amet.

#b175be Color CSS Codes

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

#b175be Text Font Color

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

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


#b175be Background Color

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

This div background color is #b175be


#b175be Border Color

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

This div border color is #b175be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b175be


Comments

No comments written yet.

Please login to write comment.