Color Hex Logo

#b24faa Color Hex

#B24FAA
(178,79,170)
0 Favorites   0 Comments

Color spaces of #b24faa

RGB 17879170
HSL0.850.390.50
HSV305°56°70°
CMYK 0.000.560.04   0.30
XYZ28.411817.959239.9992
Yxy17.95920.32900.2079
Hunter Lab42.378345.5102-26.2967
CIE-Lab49.446652.2184-30.3998

#b24faa color RGB value is (178,79,170).

#b24faa hex color red value is 178, green value is 79 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b24faa hue: 0.85 , saturation: 0.39 and the lightness value of b24faa is 0.50.

The process color (four color CMYK) of #b24faa color hex is 0.00, 0.56, 0.04, 0.30. Web safe color of #b24faa is #996699. Color #b24faa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01001111 10101010
Octal 262 117 252
Decimal 178 79 170
Hex B2 4F AA

RGB Percentages of Color #b24faa

%41.69
%18.50
%39.81

CMYK Percentages of Color #b24faa

%0
%56
%4
%30

Triadic Colors of #b24faa

#b24faa #aab24f #4faab2

Analogous Colors of #b24faa

#b24faa #b24f79 #894fb2

Monochromatic Colors of #b24faa

#b24faa

Complementary Color

#b24faa #4fb257

#b24faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b24faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b24faa Color CSS Codes

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

#b24faa Text Font Color

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

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


#b24faa Background Color

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

This div background color is #b24faa


#b24faa Border Color

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

This div border color is #b24faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b24faa


Comments

No comments written yet.

Please login to write comment.