Color Hex Logo

#b6117a Color Hex

#B6117A
(182,17,122)
0 Favorites   0 Comments

Color spaces of #b6117a

RGB 18217122
HSL0.890.830.39
HSV322°91°71°
CMYK 0.000.910.33   0.29
XYZ23.004711.751119.4681
Yxy11.75110.42430.2167
Hunter Lab34.279959.7988-9.6758
CIE-Lab40.817866.6948-14.7108

#b6117a color RGB value is (182,17,122).

#b6117a hex color red value is 182, green value is 17 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #b6117a hue: 0.89 , saturation: 0.83 and the lightness value of b6117a is 0.39.

The process color (four color CMYK) of #b6117a color hex is 0.00, 0.91, 0.33, 0.29. Web safe color of #b6117a is #cc0066. Color #b6117a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00010001 01111010
Octal 266 21 172
Decimal 182 17 122
Hex B6 11 7A

RGB Percentages of Color #b6117a

%56.70
%5.30
%38.01

CMYK Percentages of Color #b6117a

%0
%91
%33
%29

Triadic Colors of #b6117a

#b6117a #7ab611 #117ab6

Analogous Colors of #b6117a

#b6117a #b61127 #a011b6

Monochromatic Colors of #b6117a

#b6117a

Complementary Color

#b6117a #11b64d

#b6117a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6117a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6117a Color CSS Codes

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

#b6117a Text Font Color

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

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


#b6117a Background Color

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

This div background color is #b6117a


#b6117a Border Color

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

This div border color is #b6117a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(182,17,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b6117a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b6117a;
  -webkit-box-shadow: 1px 1px 3px 2px #b6117a;
  box-shadow:         1px 1px 3px 2px #b6117a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,17,122, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6117a


Comments

No comments written yet.

Please login to write comment.