Color Hex Logo

#884baf Color Hex

#884BAF
(136,75,175)
0 Favorites   0 Comments

Color spaces of #884baf

RGB 13675175
HSL0.770.400.49
HSV277°57°69°
CMYK 0.220.570.00   0.31
XYZ20.407313.361542.0609
Yxy13.36150.26910.1762
Hunter Lab36.553435.6859-42.6359
CIE-Lab43.303043.7842-43.4121

#884baf color RGB value is (136,75,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01001011 10101111
Octal 210 113 257
Decimal 136 75 175
Hex 88 4B AF

RGB Percentages of Color #884baf

%35.23
%19.43
%45.34

CMYK Percentages of Color #884baf

%22
%57
%0
%31

Triadic Colors of #884baf

#884baf #af884b #4baf88

Analogous Colors of #884baf

#884baf #af4ba4 #564baf

Monochromatic Colors of #884baf

#884baf

Complementary Color

#884baf #72af4b

#884baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#884baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#884baf Color CSS Codes

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

#884baf Text Font Color

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

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


#884baf Background Color

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

This div background color is #884baf


#884baf Border Color

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

This div border color is #884baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #884baf


Comments

No comments written yet.

Please login to write comment.