Color Hex Logo

#884abd Color Hex

#884ABD
(136,74,189)
0 Favorites   0 Comments

Color spaces of #884abd

RGB 13674189
HSL0.760.470.52
HSV272°61°74°
CMYK 0.280.610.00   0.26
XYZ21.787413.805949.6606
Yxy13.80590.25560.1619
Hunter Lab37.156339.6438-53.2336
CIE-Lab43.953347.5837-50.5826

#884abd color RGB value is (136,74,189).

#884abd hex color red value is 136, green value is 74 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #884abd hue: 0.76 , saturation: 0.47 and the lightness value of 884abd is 0.52.

The process color (four color CMYK) of #884abd color hex is 0.28, 0.61, 0.00, 0.26. Web safe color of #884abd is #9933cc. Color #884abd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01001010 10111101
Octal 210 112 275
Decimal 136 74 189
Hex 88 4A BD

RGB Percentages of Color #884abd

%34.09
%18.55
%47.37

CMYK Percentages of Color #884abd

%28
%61
%0
%26

Triadic Colors of #884abd

#884abd #bd884a #4abd88

Analogous Colors of #884abd

#884abd #bd4ab9 #4e4abd

Monochromatic Colors of #884abd

#884abd

Complementary Color

#884abd #7fbd4a

#884abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#884abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#884abd Color CSS Codes

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

#884abd Text Font Color

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

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


#884abd Background Color

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

This div background color is #884abd


#884abd Border Color

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

This div border color is #884abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #884abd


Comments

No comments written yet.

Please login to write comment.