Color Hex Logo

#b170ea Color Hex

#B170EA
(177,112,234)
0 Favorites   0 Comments

Color spaces of #b170ea

RGB 177112234
HSL0.760.740.68
HSV272°52°92°
CMYK 0.240.520.00   0.08
XYZ38.776926.876080.9857
Yxy26.87600.26440.1833
Hunter Lab51.842142.7911-56.3311
CIE-Lab58.859448.1660-52.1410

#b170ea color RGB value is (177,112,234).

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

The process color (four color CMYK) of #b170ea color hex is 0.24, 0.52, 0.00, 0.08. Web safe color of #b170ea is #9966ff. Color #b170ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01110000 11101010
Octal 261 160 352
Decimal 177 112 234
Hex B1 70 EA

RGB Percentages of Color #b170ea

%33.84
%21.41
%44.74

CMYK Percentages of Color #b170ea

%24
%52
%0
%8

Triadic Colors of #b170ea

#b170ea #eab170 #70eab1

Analogous Colors of #b170ea

#b170ea #ea70e6 #7470ea

Monochromatic Colors of #b170ea

#b170ea

Complementary Color

#b170ea #a9ea70

#b170ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b170ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b170ea Color CSS Codes

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

#b170ea Text Font Color

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

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


#b170ea Background Color

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

This div background color is #b170ea


#b170ea Border Color

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

This div border color is #b170ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b170ea


Comments

No comments written yet.

Please login to write comment.