Color Hex Logo

#b24ddd Color Hex

#B24DDD
(178,77,221)
0 Favorites   0 Comments

Color spaces of #b24ddd

RGB 17877221
HSL0.780.680.58
HSV282°65°87°
CMYK 0.190.650.00   0.13
XYZ34.065119.993270.4703
Yxy19.99320.27360.1606
Hunter Lab44.713857.7409-62.1433
CIE-Lab51.829562.7939-56.0522

#b24ddd color RGB value is (178,77,221).

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

The process color (four color CMYK) of #b24ddd color hex is 0.19, 0.65, 0.00, 0.13. Web safe color of #b24ddd is #9966cc. Color #b24ddd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01001101 11011101
Octal 262 115 335
Decimal 178 77 221
Hex B2 4D DD

RGB Percentages of Color #b24ddd

%37.39
%16.18
%46.43

CMYK Percentages of Color #b24ddd

%19
%65
%0
%13

Triadic Colors of #b24ddd

#b24ddd #ddb24d #4dddb2

Analogous Colors of #b24ddd

#b24ddd #dd4dc0 #6a4ddd

Monochromatic Colors of #b24ddd

#b24ddd

Complementary Color

#b24ddd #78dd4d

#b24ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b24ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b24ddd Color CSS Codes

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

#b24ddd Text Font Color

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

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


#b24ddd Background Color

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

This div background color is #b24ddd


#b24ddd Border Color

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

This div border color is #b24ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b24ddd


Comments

No comments written yet.

Please login to write comment.