Color Hex Logo

#884aeb Color Hex

#884AEB
(136,74,235)
0 Favorites   0 Comments

Color spaces of #884aeb

RGB 13674235
HSL0.730.800.61
HSV263°69°92°
CMYK 0.420.690.00   0.08
XYZ27.597516.130080.2561
Yxy16.13000.22260.1301
Hunter Lab40.162252.3728-90.3657
CIE-Lab47.144658.9159-71.7931

#884aeb color RGB value is (136,74,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01001010 11101011
Octal 210 112 353
Decimal 136 74 235
Hex 88 4A EB

RGB Percentages of Color #884aeb

%30.56
%16.63
%52.81

CMYK Percentages of Color #884aeb

%42
%69
%0
%8

Triadic Colors of #884aeb

#884aeb #eb884a #4aeb88

Analogous Colors of #884aeb

#884aeb #d94aeb #4a5ceb

Monochromatic Colors of #884aeb

#884aeb

Complementary Color

#884aeb #adeb4a

#884aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#884aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#884aeb Color CSS Codes

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

#884aeb Text Font Color

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

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


#884aeb Background Color

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

This div background color is #884aeb


#884aeb Border Color

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

This div border color is #884aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #884aeb


Comments

No comments written yet.

Please login to write comment.