Color Hex Logo

#b170bc Color Hex

#B170BC
(177,112,188)
0 Favorites   0 Comments

Color spaces of #b170bc

RGB 177112188
HSL0.810.360.59
HSV291°40°74°
CMYK 0.060.400.00   0.26
XYZ33.002724.566350.5793
Yxy24.56630.30520.2272
Hunter Lab49.564432.1174-25.8090
CIE-Lab56.650438.2830-29.6346

#b170bc color RGB value is (177,112,188).

#b170bc hex color red value is 177, green value is 112 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #b170bc hue: 0.81 , saturation: 0.36 and the lightness value of b170bc is 0.59.

The process color (four color CMYK) of #b170bc color hex is 0.06, 0.40, 0.00, 0.26. Web safe color of #b170bc is #9966cc. Color #b170bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01110000 10111100
Octal 261 160 274
Decimal 177 112 188
Hex B1 70 BC

RGB Percentages of Color #b170bc

%37.11
%23.48
%39.41

CMYK Percentages of Color #b170bc

%6
%40
%0
%26

Triadic Colors of #b170bc

#b170bc #bcb170 #70bcb1

Analogous Colors of #b170bc

#b170bc #bc70a1 #8b70bc

Monochromatic Colors of #b170bc

#b170bc

Complementary Color

#b170bc #7bbc70

#b170bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b170bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b170bc Color CSS Codes

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

#b170bc Text Font Color

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

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


#b170bc Background Color

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

This div background color is #b170bc


#b170bc Border Color

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

This div border color is #b170bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b170bc


Comments

No comments written yet.

Please login to write comment.