Color Hex Logo

#b82aba Color Hex

#B82ABA
(184,42,186)
0 Favorites   0 Comments

Color spaces of #b82aba

RGB 18442186
HSL0.830.630.45
HSV299°77°73°
CMYK 0.010.770.00   0.27
XYZ29.458115.391447.8726
Yxy15.39140.31770.1660
Hunter Lab39.231965.3748-44.8862
CIE-Lab46.165770.4147-44.8979

#b82aba color RGB value is (184,42,186).

#b82aba hex color red value is 184, green value is 42 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b82aba hue: 0.83 , saturation: 0.63 and the lightness value of b82aba is 0.45.

The process color (four color CMYK) of #b82aba color hex is 0.01, 0.77, 0.00, 0.27. Web safe color of #b82aba is #cc33cc. Color #b82aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00101010 10111010
Octal 270 52 272
Decimal 184 42 186
Hex B8 2A BA

RGB Percentages of Color #b82aba

%44.66
%10.19
%45.15

CMYK Percentages of Color #b82aba

%1
%77
%0
%27

Triadic Colors of #b82aba

#b82aba #bab82a #2abab8

Analogous Colors of #b82aba

#b82aba #ba2a74 #702aba

Monochromatic Colors of #b82aba

#b82aba

Complementary Color

#b82aba #2cba2a

#b82aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b82aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b82aba Color CSS Codes

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

#b82aba Text Font Color

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

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


#b82aba Background Color

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

This div background color is #b82aba


#b82aba Border Color

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

This div border color is #b82aba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,42,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b82aba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b82aba


Comments

No comments written yet.

Please login to write comment.