Color Hex Logo

#884bae Color Hex

#884BAE
(136,75,174)
0 Favorites   0 Comments

Color spaces of #884bae

RGB 13675174
HSL0.770.400.49
HSV277°57°68°
CMYK 0.220.570.00   0.32
XYZ20.309413.322441.5455
Yxy13.32240.27020.1772
Hunter Lab36.499935.4469-41.9362
CIE-Lab43.245143.5542-42.9146

#884bae color RGB value is (136,75,174).

#884bae hex color red value is 136, green value is 75 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #884bae hue: 0.77 , saturation: 0.40 and the lightness value of 884bae is 0.49.

The process color (four color CMYK) of #884bae color hex is 0.22, 0.57, 0.00, 0.32. Web safe color of #884bae is #993399. Color #884bae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01001011 10101110
Octal 210 113 256
Decimal 136 75 174
Hex 88 4B AE

RGB Percentages of Color #884bae

%35.32
%19.48
%45.19

CMYK Percentages of Color #884bae

%22
%57
%0
%32

Triadic Colors of #884bae

#884bae #ae884b #4bae88

Analogous Colors of #884bae

#884bae #ae4ba3 #574bae

Monochromatic Colors of #884bae

#884bae

Complementary Color

#884bae #71ae4b

#884bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#884bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#884bae Color CSS Codes

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

#884bae Text Font Color

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

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


#884bae Background Color

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

This div background color is #884bae


#884bae Border Color

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

This div border color is #884bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #884bae


Comments

No comments written yet.

Please login to write comment.