Color Hex Logo

#8824dd Color Hex

#8824DD
(136,36,221)
0 Favorites   0 Comments

Color spaces of #8824dd

RGB 13636221
HSL0.760.730.50
HSV272°84°87°
CMYK 0.380.840.00   0.13
XYZ23.835411.716569.4119
Yxy11.71650.22710.1116
Hunter Lab34.229464.3959-96.2704
CIE-Lab40.761970.6418-74.2638

#8824dd color RGB value is (136,36,221).

#8824dd hex color red value is 136, green value is 36 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #8824dd hue: 0.76 , saturation: 0.73 and the lightness value of 8824dd is 0.50.

The process color (four color CMYK) of #8824dd color hex is 0.38, 0.84, 0.00, 0.13. Web safe color of #8824dd is #9933cc. Color #8824dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00100100 11011101
Octal 210 44 335
Decimal 136 36 221
Hex 88 24 DD

RGB Percentages of Color #8824dd

%34.61
%9.16
%56.23

CMYK Percentages of Color #8824dd

%38
%84
%0
%13

Triadic Colors of #8824dd

#8824dd #dd8824 #24dd88

Analogous Colors of #8824dd

#8824dd #dd24d6 #2b24dd

Monochromatic Colors of #8824dd

#8824dd

Complementary Color

#8824dd #79dd24

#8824dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8824dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8824dd Color CSS Codes

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

#8824dd Text Font Color

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

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


#8824dd Background Color

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

This div background color is #8824dd


#8824dd Border Color

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

This div border color is #8824dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,36,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8824dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8824dd;
  -webkit-box-shadow: 1px 1px 3px 2px #8824dd;
  box-shadow:         1px 1px 3px 2px #8824dd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,36,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 #8824dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8824dd


Comments

No comments written yet.

Please login to write comment.