Color Hex Logo

#b170fb Color Hex

#B170FB
(177,112,251)
0 Favorites   0 Comments

Color spaces of #b170fb

RGB 177112251
HSL0.740.950.71
HSV268°55°98°
CMYK 0.290.550.00   0.02
XYZ41.338227.900594.4734
Yxy27.90050.25250.1704
Hunter Lab52.820947.2593-69.0691
CIE-Lab59.798752.1084-60.0692

#b170fb color RGB value is (177,112,251).

#b170fb hex color red value is 177, green value is 112 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #b170fb hue: 0.74 , saturation: 0.95 and the lightness value of b170fb is 0.71.

The process color (four color CMYK) of #b170fb color hex is 0.29, 0.55, 0.00, 0.02. Web safe color of #b170fb is #9966ff. Color #b170fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01110000 11111011
Octal 261 160 373
Decimal 177 112 251
Hex B1 70 FB

RGB Percentages of Color #b170fb

%32.78
%20.74
%46.48

CMYK Percentages of Color #b170fb

%29
%55
%0
%2

Triadic Colors of #b170fb

#b170fb #fbb170 #70fbb1

Analogous Colors of #b170fb

#b170fb #f770fb #7075fb

Monochromatic Colors of #b170fb

#b170fb

Complementary Color

#b170fb #bafb70

#b170fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b170fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b170fb Color CSS Codes

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

#b170fb Text Font Color

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

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


#b170fb Background Color

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

This div background color is #b170fb


#b170fb Border Color

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

This div border color is #b170fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b170fb


Comments

No comments written yet.

Please login to write comment.