Color Hex Logo

#884ad5 Color Hex

#884AD5
(136,74,213)
0 Favorites   0 Comments

Color spaces of #884ad5

RGB 13674213
HSL0.740.620.56
HSV267°65°84°
CMYK 0.360.650.00   0.16
XYZ24.612414.935964.5365
Yxy14.93590.23650.1435
Hunter Lab38.647046.0458-71.9553
CIE-Lab45.546353.4093-61.8867

#884ad5 color RGB value is (136,74,213).

#884ad5 hex color red value is 136, green value is 74 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #884ad5 hue: 0.74 , saturation: 0.62 and the lightness value of 884ad5 is 0.56.

The process color (four color CMYK) of #884ad5 color hex is 0.36, 0.65, 0.00, 0.16. Web safe color of #884ad5 is #9933cc. Color #884ad5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01001010 11010101
Octal 210 112 325
Decimal 136 74 213
Hex 88 4A D5

RGB Percentages of Color #884ad5

%32.15
%17.49
%50.35

CMYK Percentages of Color #884ad5

%36
%65
%0
%16

Triadic Colors of #884ad5

#884ad5 #d5884a #4ad588

Analogous Colors of #884ad5

#884ad5 #ce4ad5 #4a52d5

Monochromatic Colors of #884ad5

#884ad5

Complementary Color

#884ad5 #97d54a

#884ad5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#884ad5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#884ad5 Color CSS Codes

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

#884ad5 Text Font Color

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

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


#884ad5 Background Color

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

This div background color is #884ad5


#884ad5 Border Color

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

This div border color is #884ad5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,74,213, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #884ad5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #884ad5;
  -webkit-box-shadow: 1px 1px 3px 2px #884ad5;
  box-shadow:         1px 1px 3px 2px #884ad5; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,74,213, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #884ad5


Comments

No comments written yet.

Please login to write comment.