Color Hex Logo

#884ac3 Color Hex

#884AC3
(136,74,195)
0 Favorites   0 Comments

Color spaces of #884ac3

RGB 13674195
HSL0.750.500.53
HSV271°62°76°
CMYK 0.300.620.00   0.24
XYZ22.452414.071953.1625
Yxy14.07190.25030.1569
Hunter Lab37.512541.1908-57.7666
CIE-Lab44.335949.0167-53.4598

#884ac3 color RGB value is (136,74,195).

#884ac3 hex color red value is 136, green value is 74 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #884ac3 hue: 0.75 , saturation: 0.50 and the lightness value of 884ac3 is 0.53.

The process color (four color CMYK) of #884ac3 color hex is 0.30, 0.62, 0.00, 0.24. Web safe color of #884ac3 is #9933cc. Color #884ac3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01001010 11000011
Octal 210 112 303
Decimal 136 74 195
Hex 88 4A C3

RGB Percentages of Color #884ac3

%33.58
%18.27
%48.15

CMYK Percentages of Color #884ac3

%30
%62
%0
%24

Triadic Colors of #884ac3

#884ac3 #c3884a #4ac388

Analogous Colors of #884ac3

#884ac3 #c34ac2 #4c4ac3

Monochromatic Colors of #884ac3

#884ac3

Complementary Color

#884ac3 #85c34a

#884ac3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#884ac3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#884ac3 Color CSS Codes

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

#884ac3 Text Font Color

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

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


#884ac3 Background Color

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

This div background color is #884ac3


#884ac3 Border Color

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

This div border color is #884ac3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #884ac3


Comments

No comments written yet.

Please login to write comment.