Color Hex Logo

#884aef Color Hex

#884AEF
(136,74,239)
0 Favorites   0 Comments

Color spaces of #884aef

RGB 13674239
HSL0.730.840.61
HSV263°69°94°
CMYK 0.430.690.00   0.06
XYZ28.182116.363883.3345
Yxy16.36380.22040.1280
Hunter Lab40.452253.5654-93.8252
CIE-Lab47.448259.9287-73.5506

#884aef color RGB value is (136,74,239).

#884aef hex color red value is 136, green value is 74 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #884aef hue: 0.73 , saturation: 0.84 and the lightness value of 884aef is 0.61.

The process color (four color CMYK) of #884aef color hex is 0.43, 0.69, 0.00, 0.06. Web safe color of #884aef is #9933ff. Color #884aef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01001010 11101111
Octal 210 112 357
Decimal 136 74 239
Hex 88 4A EF

RGB Percentages of Color #884aef

%30.29
%16.48
%53.23

CMYK Percentages of Color #884aef

%43
%69
%0
%6

Triadic Colors of #884aef

#884aef #ef884a #4aef88

Analogous Colors of #884aef

#884aef #db4aef #4a5eef

Monochromatic Colors of #884aef

#884aef

Complementary Color

#884aef #b1ef4a

#884aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#884aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#884aef Color CSS Codes

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

#884aef Text Font Color

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

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


#884aef Background Color

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

This div background color is #884aef


#884aef Border Color

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

This div border color is #884aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #884aef


Comments

No comments written yet.

Please login to write comment.