Color Hex Logo

#b24edb Color Hex

#B24EDB
(178,78,219)
0 Favorites   0 Comments

Color spaces of #b24edb

RGB 17878219
HSL0.780.660.58
HSV283°64°86°
CMYK 0.190.640.00   0.14
XYZ33.870720.028269.0985
Yxy20.02820.27540.1628
Hunter Lab44.752956.7781-60.2168
CIE-Lab51.869161.9465-54.8541

#b24edb color RGB value is (178,78,219).

#b24edb hex color red value is 178, green value is 78 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b24edb hue: 0.78 , saturation: 0.66 and the lightness value of b24edb is 0.58.

The process color (four color CMYK) of #b24edb color hex is 0.19, 0.64, 0.00, 0.14. Web safe color of #b24edb is #9966cc. Color #b24edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01001110 11011011
Octal 262 116 333
Decimal 178 78 219
Hex B2 4E DB

RGB Percentages of Color #b24edb

%37.47
%16.42
%46.11

CMYK Percentages of Color #b24edb

%19
%64
%0
%14

Triadic Colors of #b24edb

#b24edb #dbb24e #4edbb2

Analogous Colors of #b24edb

#b24edb #db4ebe #6c4edb

Monochromatic Colors of #b24edb

#b24edb

Complementary Color

#b24edb #77db4e

#b24edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b24edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b24edb Color CSS Codes

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

#b24edb Text Font Color

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

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


#b24edb Background Color

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

This div background color is #b24edb


#b24edb Border Color

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

This div border color is #b24edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b24edb


Comments

No comments written yet.

Please login to write comment.