Color Hex Logo

#b117ab Color Hex

#B117AB
(177,23,171)
0 Favorites   0 Comments

Color spaces of #b117ab

RGB 17723171
HSL0.840.770.39
HSV302°87°69°
CMYK 0.000.870.03   0.31
XYZ25.788512.900239.6589
Yxy12.90020.32920.1647
Hunter Lab35.916865.3095-40.3254
CIE-Lab42.612571.0524-41.7753

#b117ab color RGB value is (177,23,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 00010111 10101011
Octal 261 27 253
Decimal 177 23 171
Hex B1 17 AB

RGB Percentages of Color #b117ab

%47.71
%6.20
%46.09

CMYK Percentages of Color #b117ab

%0
%87
%3
%31

Triadic Colors of #b117ab

#b117ab #abb117 #17abb1

Analogous Colors of #b117ab

#b117ab #b1175e #6a17b1

Monochromatic Colors of #b117ab

#b117ab

Complementary Color

#b117ab #17b11d

#b117ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b117ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b117ab Color CSS Codes

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

#b117ab Text Font Color

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

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


#b117ab Background Color

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

This div background color is #b117ab


#b117ab Border Color

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

This div border color is #b117ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b117ab


Comments

No comments written yet.

Please login to write comment.