Color Hex Logo

#b175dc Color Hex

#B175DC
(177,117,220)
0 Favorites   0 Comments

Color spaces of #b175dc

RGB 177117220
HSL0.760.600.66
HSV275°47°86°
CMYK 0.200.470.00   0.14
XYZ37.411027.237070.9956
Yxy27.23700.27580.2008
Hunter Lab52.189136.6243-44.1230
CIE-Lab59.193142.3214-43.7853

#b175dc color RGB value is (177,117,220).

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

The process color (four color CMYK) of #b175dc color hex is 0.20, 0.47, 0.00, 0.14. Web safe color of #b175dc is #9966cc. Color #b175dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01110101 11011100
Octal 261 165 334
Decimal 177 117 220
Hex B1 75 DC

RGB Percentages of Color #b175dc

%34.44
%22.76
%42.80

CMYK Percentages of Color #b175dc

%20
%47
%0
%14

Triadic Colors of #b175dc

#b175dc #dcb175 #75dcb1

Analogous Colors of #b175dc

#b175dc #dc75d4 #7e75dc

Monochromatic Colors of #b175dc

#b175dc

Complementary Color

#b175dc #a0dc75

#b175dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b175dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b175dc Color CSS Codes

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

#b175dc Text Font Color

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

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


#b175dc Background Color

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

This div background color is #b175dc


#b175dc Border Color

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

This div border color is #b175dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b175dc


Comments

No comments written yet.

Please login to write comment.