Color Hex Logo

#b711aa Color Hex

#B711AA
(183,17,170)
0 Favorites   0 Comments

Color spaces of #b711aa

RGB 18317170
HSL0.850.830.39
HSV305°91°72°
CMYK 0.000.910.07   0.28
XYZ26.984613.370539.1887
Yxy13.37050.33920.1681
Hunter Lab36.565767.7387-37.9471
CIE-Lab43.316372.9478-39.9952

#b711aa color RGB value is (183,17,170).

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

The process color (four color CMYK) of #b711aa color hex is 0.00, 0.91, 0.07, 0.28. Web safe color of #b711aa is #cc0099. Color #b711aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00010001 10101010
Octal 267 21 252
Decimal 183 17 170
Hex B7 11 AA

RGB Percentages of Color #b711aa

%49.46
%4.59
%45.95

CMYK Percentages of Color #b711aa

%0
%91
%7
%28

Triadic Colors of #b711aa

#b711aa #aab711 #11aab7

Analogous Colors of #b711aa

#b711aa #b71157 #7111b7

Monochromatic Colors of #b711aa

#b711aa

Complementary Color

#b711aa #11b71e

#b711aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b711aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b711aa Color CSS Codes

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

#b711aa Text Font Color

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

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


#b711aa Background Color

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

This div background color is #b711aa


#b711aa Border Color

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

This div border color is #b711aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b711aa


Comments

No comments written yet.

Please login to write comment.