Color Hex Logo

#b24eaa Color Hex

#B24EAA
(178,78,170)
0 Favorites   0 Comments

Color spaces of #b24eaa

RGB 17878170
HSL0.850.390.50
HSV305°56°70°
CMYK 0.000.560.04   0.30
XYZ28.340217.816039.9754
Yxy17.81600.32900.2068
Hunter Lab42.209045.9837-26.6062
CIE-Lab49.272252.6891-30.6721

#b24eaa color RGB value is (178,78,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01001110 10101010
Octal 262 116 252
Decimal 178 78 170
Hex B2 4E AA

RGB Percentages of Color #b24eaa

%41.78
%18.31
%39.91

CMYK Percentages of Color #b24eaa

%0
%56
%4
%30

Triadic Colors of #b24eaa

#b24eaa #aab24e #4eaab2

Analogous Colors of #b24eaa

#b24eaa #b24e78 #884eb2

Monochromatic Colors of #b24eaa

#b24eaa

Complementary Color

#b24eaa #4eb256

#b24eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b24eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b24eaa Color CSS Codes

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

#b24eaa Text Font Color

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

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


#b24eaa Background Color

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

This div background color is #b24eaa


#b24eaa Border Color

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

This div border color is #b24eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b24eaa


Comments

No comments written yet.

Please login to write comment.