Color Hex Logo

#b175df Color Hex

#B175DF
(177,117,223)
0 Favorites   0 Comments

Color spaces of #b175df

RGB 177117223
HSL0.760.620.67
HSV274°48°87°
CMYK 0.210.480.00   0.13
XYZ37.812027.397473.1074
Yxy27.39740.27340.1981
Hunter Lab52.342537.3482-46.1712
CIE-Lab59.340442.9910-45.2341

#b175df color RGB value is (177,117,223).

#b175df hex color red value is 177, green value is 117 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b175df hue: 0.76 , saturation: 0.62 and the lightness value of b175df is 0.67.

The process color (four color CMYK) of #b175df color hex is 0.21, 0.48, 0.00, 0.13. Web safe color of #b175df is #9966cc. Color #b175df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01110101 11011111
Octal 261 165 337
Decimal 177 117 223
Hex B1 75 DF

RGB Percentages of Color #b175df

%34.24
%22.63
%43.13

CMYK Percentages of Color #b175df

%21
%48
%0
%13

Triadic Colors of #b175df

#b175df #dfb175 #75dfb1

Analogous Colors of #b175df

#b175df #df75d8 #7c75df

Monochromatic Colors of #b175df

#b175df

Complementary Color

#b175df #a3df75

#b175df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b175df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b175df Color CSS Codes

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

#b175df Text Font Color

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

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


#b175df Background Color

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

This div background color is #b175df


#b175df Border Color

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

This div border color is #b175df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b175df


Comments

No comments written yet.

Please login to write comment.