Color Hex Logo

#884abf Color Hex

#884ABF
(136,74,191)
0 Favorites   0 Comments

Color spaces of #884abf

RGB 13674191
HSL0.750.480.52
HSV272°61°75°
CMYK 0.290.610.00   0.25
XYZ22.006113.893450.8121
Yxy13.89340.25380.1602
Hunter Lab37.273940.1553-54.7330
CIE-Lab44.079748.0594-51.5455

#884abf color RGB value is (136,74,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01001010 10111111
Octal 210 112 277
Decimal 136 74 191
Hex 88 4A BF

RGB Percentages of Color #884abf

%33.92
%18.45
%47.63

CMYK Percentages of Color #884abf

%29
%61
%0
%25

Triadic Colors of #884abf

#884abf #bf884a #4abf88

Analogous Colors of #884abf

#884abf #bf4abc #4d4abf

Monochromatic Colors of #884abf

#884abf

Complementary Color

#884abf #81bf4a

#884abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#884abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#884abf Color CSS Codes

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

#884abf Text Font Color

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

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


#884abf Background Color

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

This div background color is #884abf


#884abf Border Color

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

This div border color is #884abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #884abf


Comments

No comments written yet.

Please login to write comment.