Color Hex Logo

#884bea Color Hex

#884BEA
(136,75,234)
0 Favorites   0 Comments

Color spaces of #884bea

RGB 13675234
HSL0.730.790.61
HSV263°68°92°
CMYK 0.420.680.00   0.08
XYZ27.520716.206979.5196
Yxy16.20690.22330.1315
Hunter Lab40.257851.5736-88.9327
CIE-Lab47.244858.1766-71.0660

#884bea color RGB value is (136,75,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01001011 11101010
Octal 210 113 352
Decimal 136 75 234
Hex 88 4B EA

RGB Percentages of Color #884bea

%30.56
%16.85
%52.58

CMYK Percentages of Color #884bea

%42
%68
%0
%8

Triadic Colors of #884bea

#884bea #ea884b #4bea88

Analogous Colors of #884bea

#884bea #d84bea #4b5dea

Monochromatic Colors of #884bea

#884bea

Complementary Color

#884bea #adea4b

#884bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#884bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#884bea Color CSS Codes

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

#884bea Text Font Color

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

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


#884bea Background Color

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

This div background color is #884bea


#884bea Border Color

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

This div border color is #884bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #884bea


Comments

No comments written yet.

Please login to write comment.