Color Hex Logo

#b24ded Color Hex

#B24DED
(178,77,237)
0 Favorites   0 Comments

Color spaces of #b24ded

RGB 17877237
HSL0.770.820.62
HSV278°68°93°
CMYK 0.250.680.00   0.07
XYZ36.300020.887282.2392
Yxy20.88720.26040.1498
Hunter Lab45.702561.7973-74.6974
CIE-Lab52.825866.1026-63.4738

#b24ded color RGB value is (178,77,237).

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

The process color (four color CMYK) of #b24ded color hex is 0.25, 0.68, 0.00, 0.07. Web safe color of #b24ded is #9966ff. Color #b24ded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01001101 11101101
Octal 262 115 355
Decimal 178 77 237
Hex B2 4D ED

RGB Percentages of Color #b24ded

%36.18
%15.65
%48.17

CMYK Percentages of Color #b24ded

%25
%68
%0
%7

Triadic Colors of #b24ded

#b24ded #edb24d #4dedb2

Analogous Colors of #b24ded

#b24ded #ed4dd8 #624ded

Monochromatic Colors of #b24ded

#b24ded

Complementary Color

#b24ded #88ed4d

#b24ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b24ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#b24ded Color CSS Codes

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

#b24ded Text Font Color

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

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


#b24ded Background Color

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

This div background color is #b24ded


#b24ded Border Color

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

This div border color is #b24ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b24ded


Comments

No comments written yet.

Please login to write comment.