Color Hex Logo

#b24aba Color Hex

#B24ABA
(178,74,186)
0 Favorites   0 Comments

Color spaces of #b24aba

RGB 17874186
HSL0.820.450.51
HSV296°60°73°
CMYK 0.040.600.00   0.27
XYZ29.671817.907748.3470
Yxy17.90770.30930.1867
Hunter Lab42.317551.1034-38.1156
CIE-Lab49.384057.3590-39.8498

#b24aba color RGB value is (178,74,186).

#b24aba hex color red value is 178, green value is 74 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b24aba hue: 0.82 , saturation: 0.45 and the lightness value of b24aba is 0.51.

The process color (four color CMYK) of #b24aba color hex is 0.04, 0.60, 0.00, 0.27. Web safe color of #b24aba is #9933cc. Color #b24aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01001010 10111010
Octal 262 112 272
Decimal 178 74 186
Hex B2 4A BA

RGB Percentages of Color #b24aba

%40.64
%16.89
%42.47

CMYK Percentages of Color #b24aba

%4
%60
%0
%27

Triadic Colors of #b24aba

#b24aba #bab24a #4abab2

Analogous Colors of #b24aba

#b24aba #ba4a8a #7a4aba

Monochromatic Colors of #b24aba

#b24aba

Complementary Color

#b24aba #52ba4a

#b24aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b24aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b24aba Color CSS Codes

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

#b24aba Text Font Color

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

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


#b24aba Background Color

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

This div background color is #b24aba


#b24aba Border Color

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

This div border color is #b24aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b24aba


Comments

No comments written yet.

Please login to write comment.