Color Hex Logo

#b842aa Color Hex

#B842AA
(184,66,170)
0 Favorites   0 Comments

Color spaces of #b842aa

RGB 18466170
HSL0.850.470.49
HSV307°64°72°
CMYK 0.000.640.08   0.28
XYZ28.971116.989139.7825
Yxy16.98910.33790.1981
Hunter Lab41.217853.3325-28.3728
CIE-Lab48.246359.5715-32.2101

#b842aa color RGB value is (184,66,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01000010 10101010
Octal 270 102 252
Decimal 184 66 170
Hex B8 42 AA

RGB Percentages of Color #b842aa

%43.81
%15.71
%40.48

CMYK Percentages of Color #b842aa

%0
%64
%8
%28

Triadic Colors of #b842aa

#b842aa #aab842 #42aab8

Analogous Colors of #b842aa

#b842aa #b8426f #8b42b8

Monochromatic Colors of #b842aa

#b842aa

Complementary Color

#b842aa #42b850

#b842aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b842aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b842aa Color CSS Codes

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

#b842aa Text Font Color

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

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


#b842aa Background Color

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

This div background color is #b842aa


#b842aa Border Color

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

This div border color is #b842aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b842aa


Comments

No comments written yet.

Please login to write comment.