Color Hex Logo

#884ace Color Hex

#884ACE
(136,74,206)
0 Favorites   0 Comments

Color spaces of #884ace

RGB 13674206
HSL0.740.570.55
HSV268°64°81°
CMYK 0.340.640.00   0.19
XYZ23.742714.588059.9569
Yxy14.58800.24160.1484
Hunter Lab38.194244.1211-66.3368
CIE-Lab45.064751.6863-58.6453

#884ace color RGB value is (136,74,206).

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

The process color (four color CMYK) of #884ace color hex is 0.34, 0.64, 0.00, 0.19. Web safe color of #884ace is #9933cc. Color #884ace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01001010 11001110
Octal 210 112 316
Decimal 136 74 206
Hex 88 4A CE

RGB Percentages of Color #884ace

%32.69
%17.79
%49.52

CMYK Percentages of Color #884ace

%34
%64
%0
%19

Triadic Colors of #884ace

#884ace #ce884a #4ace88

Analogous Colors of #884ace

#884ace #ca4ace #4a4ece

Monochromatic Colors of #884ace

#884ace

Complementary Color

#884ace #90ce4a

#884ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#884ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#884ace Color CSS Codes

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

#884ace Text Font Color

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

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


#884ace Background Color

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

This div background color is #884ace


#884ace Border Color

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

This div border color is #884ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #884ace


Comments

No comments written yet.

Please login to write comment.