Color Hex Logo

#b825aa Color Hex

#B825AA
(184,37,170)
0 Favorites   0 Comments

Color spaces of #b825aa

RGB 18437170
HSL0.850.670.43
HSV306°80°72°
CMYK 0.000.800.08   0.28
XYZ27.684414.415839.3536
Yxy14.41580.33990.1770
Hunter Lab37.968163.7087-34.8758
CIE-Lab44.823469.2680-37.5959

#b825aa color RGB value is (184,37,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 00100101 10101010
Octal 270 45 252
Decimal 184 37 170
Hex B8 25 AA

RGB Percentages of Color #b825aa

%47.06
%9.46
%43.48

CMYK Percentages of Color #b825aa

%0
%80
%8
%28

Triadic Colors of #b825aa

#b825aa #aab825 #25aab8

Analogous Colors of #b825aa

#b825aa #b82560 #7d25b8

Monochromatic Colors of #b825aa

#b825aa

Complementary Color

#b825aa #25b833

#b825aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b825aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b825aa Color CSS Codes

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

#b825aa Text Font Color

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

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


#b825aa Background Color

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

This div background color is #b825aa


#b825aa Border Color

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

This div border color is #b825aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b825aa


Comments

No comments written yet.

Please login to write comment.