Color Hex Logo

#b24dea Color Hex

#B24DEA
(178,77,234)
0 Favorites   0 Comments

Color spaces of #b24dea

RGB 17877234
HSL0.770.790.61
HSV279°67°92°
CMYK 0.240.670.00   0.08
XYZ35.865320.713279.9496
Yxy20.71320.26270.1517
Hunter Lab45.511861.0204-72.2953
CIE-Lab52.634265.4748-62.0980

#b24dea color RGB value is (178,77,234).

#b24dea hex color red value is 178, green value is 77 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b24dea hue: 0.77 , saturation: 0.79 and the lightness value of b24dea is 0.61.

The process color (four color CMYK) of #b24dea color hex is 0.24, 0.67, 0.00, 0.08. Web safe color of #b24dea is #9966ff. Color #b24dea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01001101 11101010
Octal 262 115 352
Decimal 178 77 234
Hex B2 4D EA

RGB Percentages of Color #b24dea

%36.40
%15.75
%47.85

CMYK Percentages of Color #b24dea

%24
%67
%0
%8

Triadic Colors of #b24dea

#b24dea #eab24d #4deab2

Analogous Colors of #b24dea

#b24dea #ea4dd4 #644dea

Monochromatic Colors of #b24dea

#b24dea

Complementary Color

#b24dea #85ea4d

#b24dea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b24dea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b24dea Color CSS Codes

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

#b24dea Text Font Color

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

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


#b24dea Background Color

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

This div background color is #b24dea


#b24dea Border Color

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

This div border color is #b24dea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b24dea


Comments

No comments written yet.

Please login to write comment.