Color Hex Logo

#b24dab Color Hex

#B24DAB
(178,77,171)
0 Favorites   0 Comments

Color spaces of #b24dab

RGB 17877171
HSL0.840.400.50
HSV304°57°70°
CMYK 0.000.570.04   0.30
XYZ28.364717.713040.4520
Yxy17.71300.32780.2047
Hunter Lab42.086846.6494-27.5262
CIE-Lab49.146153.3285-31.4562

#b24dab color RGB value is (178,77,171).

#b24dab hex color red value is 178, green value is 77 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b24dab hue: 0.84 , saturation: 0.40 and the lightness value of b24dab is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01001101 10101011
Octal 262 115 253
Decimal 178 77 171
Hex B2 4D AB

RGB Percentages of Color #b24dab

%41.78
%18.08
%40.14

CMYK Percentages of Color #b24dab

%0
%57
%4
%30

Triadic Colors of #b24dab

#b24dab #abb24d #4dabb2

Analogous Colors of #b24dab

#b24dab #b24d79 #874db2

Monochromatic Colors of #b24dab

#b24dab

Complementary Color

#b24dab #4db254

#b24dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b24dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b24dab Color CSS Codes

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

#b24dab Text Font Color

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

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


#b24dab Background Color

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

This div background color is #b24dab


#b24dab Border Color

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

This div border color is #b24dab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,77,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b24dab


Comments

No comments written yet.

Please login to write comment.