Color Hex Logo

#b852aa Color Hex

#B852AA
(184,82,170)
0 Favorites   0 Comments

Color spaces of #b852aa

RGB 18482170
HSL0.860.420.52
HSV308°55°72°
CMYK 0.000.550.08   0.28
XYZ30.040219.127240.1388
Yxy19.12720.33640.2142
Hunter Lab43.734746.0714-23.8009
CIE-Lab50.835752.4996-28.1712

#b852aa color RGB value is (184,82,170).

#b852aa hex color red value is 184, green value is 82 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b852aa hue: 0.86 , saturation: 0.42 and the lightness value of b852aa is 0.52.

The process color (four color CMYK) of #b852aa color hex is 0.00, 0.55, 0.08, 0.28. Web safe color of #b852aa is #cc6699. Color #b852aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01010010 10101010
Octal 270 122 252
Decimal 184 82 170
Hex B8 52 AA

RGB Percentages of Color #b852aa

%42.20
%18.81
%38.99

CMYK Percentages of Color #b852aa

%0
%55
%8
%28

Triadic Colors of #b852aa

#b852aa #aab852 #52aab8

Analogous Colors of #b852aa

#b852aa #b85277 #9352b8

Monochromatic Colors of #b852aa

#b852aa

Complementary Color

#b852aa #52b860

#b852aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b852aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b852aa Color CSS Codes

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

#b852aa Text Font Color

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

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


#b852aa Background Color

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

This div background color is #b852aa


#b852aa Border Color

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

This div border color is #b852aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b852aa


Comments

No comments written yet.

Please login to write comment.