Color Hex Logo

#b826aa Color Hex

#B826AA
(184,38,170)
0 Favorites   0 Comments

Color spaces of #b826aa

RGB 18438170
HSL0.850.660.44
HSV306°79°72°
CMYK 0.000.790.08   0.28
XYZ27.716014.478939.3641
Yxy14.47890.33980.1775
Hunter Lab38.051163.4277-34.7000
CIE-Lab44.912069.0121-37.4558

#b826aa color RGB value is (184,38,170).

#b826aa hex color red value is 184, green value is 38 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b826aa hue: 0.85 , saturation: 0.66 and the lightness value of b826aa is 0.44.

The process color (four color CMYK) of #b826aa color hex is 0.00, 0.79, 0.08, 0.28. Web safe color of #b826aa is #cc3399. Color #b826aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00100110 10101010
Octal 270 46 252
Decimal 184 38 170
Hex B8 26 AA

RGB Percentages of Color #b826aa

%46.94
%9.69
%43.37

CMYK Percentages of Color #b826aa

%0
%79
%8
%28

Triadic Colors of #b826aa

#b826aa #aab826 #26aab8

Analogous Colors of #b826aa

#b826aa #b82661 #7d26b8

Monochromatic Colors of #b826aa

#b826aa

Complementary Color

#b826aa #26b834

#b826aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b826aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b826aa Color CSS Codes

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

#b826aa Text Font Color

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

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


#b826aa Background Color

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

This div background color is #b826aa


#b826aa Border Color

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

This div border color is #b826aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b826aa


Comments

No comments written yet.

Please login to write comment.