Color Hex Logo

#b117ac Color Hex

#B117AC
(177,23,172)
0 Favorites   0 Comments

Color spaces of #b117ac

RGB 17723172
HSL0.840.770.39
HSV302°87°69°
CMYK 0.000.870.03   0.31
XYZ25.884312.938540.1628
Yxy12.93850.32770.1638
Hunter Lab35.970165.5019-41.0217
CIE-Lab42.670471.2030-42.2778

#b117ac color RGB value is (177,23,172).

#b117ac hex color red value is 177, green value is 23 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b117ac hue: 0.84 , saturation: 0.77 and the lightness value of b117ac is 0.39.

The process color (four color CMYK) of #b117ac color hex is 0.00, 0.87, 0.03, 0.31. Web safe color of #b117ac is #990099. Color #b117ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00010111 10101100
Octal 261 27 254
Decimal 177 23 172
Hex B1 17 AC

RGB Percentages of Color #b117ac

%47.58
%6.18
%46.24

CMYK Percentages of Color #b117ac

%0
%87
%3
%31

Triadic Colors of #b117ac

#b117ac #acb117 #17acb1

Analogous Colors of #b117ac

#b117ac #b1175f #6917b1

Monochromatic Colors of #b117ac

#b117ac

Complementary Color

#b117ac #17b11c

#b117ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b117ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b117ac Color CSS Codes

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

#b117ac Text Font Color

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

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


#b117ac Background Color

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

This div background color is #b117ac


#b117ac Border Color

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

This div border color is #b117ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b117ac


Comments

No comments written yet.

Please login to write comment.