Color Hex Logo

#b713aa Color Hex

#B713AA
(183,19,170)
0 Favorites   0 Comments

Color spaces of #b713aa

RGB 18319170
HSL0.850.810.40
HSV305°90°72°
CMYK 0.000.900.07   0.28
XYZ27.017013.435339.1995
Yxy13.43530.33920.1687
Hunter Lab36.654267.4236-37.7492
CIE-Lab43.411972.6669-39.8433

#b713aa color RGB value is (183,19,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 00010011 10101010
Octal 267 23 252
Decimal 183 19 170
Hex B7 13 AA

RGB Percentages of Color #b713aa

%49.19
%5.11
%45.70

CMYK Percentages of Color #b713aa

%0
%90
%7
%28

Triadic Colors of #b713aa

#b713aa #aab713 #13aab7

Analogous Colors of #b713aa

#b713aa #b71358 #7213b7

Monochromatic Colors of #b713aa

#b713aa

Complementary Color

#b713aa #13b720

#b713aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b713aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b713aa Color CSS Codes

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

#b713aa Text Font Color

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

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


#b713aa Background Color

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

This div background color is #b713aa


#b713aa Border Color

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

This div border color is #b713aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,19,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 #b713aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b713aa


Comments

No comments written yet.

Please login to write comment.