Color Hex Logo

#844088 Color Hex

#844088
(132,64,136)
0 Favorites   0 Comments

Color spaces of #844088

RGB 13264136
HSL0.820.360.39
HSV297°53°53°
CMYK 0.030.530.00   0.47
XYZ15.793010.349924.4579
Yxy10.34990.31210.2045
Hunter Lab32.171331.3267-22.5548
CIE-Lab38.463240.1261-27.6744

#844088 color RGB value is (132,64,136).

#844088 hex color red value is 132, green value is 64 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #844088 hue: 0.82 , saturation: 0.36 and the lightness value of 844088 is 0.39.

The process color (four color CMYK) of #844088 color hex is 0.03, 0.53, 0.00, 0.47. Web safe color of #844088 is #993399. Color #844088 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01000000 10001000
Octal 204 100 210
Decimal 132 64 136
Hex 84 40 88

RGB Percentages of Color #844088

%39.76
%19.28
%40.96

CMYK Percentages of Color #844088

%3
%53
%0
%47

Triadic Colors of #844088

#844088 #888440 #408884

Analogous Colors of #844088

#844088 #884068 #604088

Monochromatic Colors of #844088

#844088

Complementary Color

#844088 #448840

#844088 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#844088 Color Preview on White Background

Lorem ipsum dolor sit amet.

#844088 Color CSS Codes

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

#844088 Text Font Color

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

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


#844088 Background Color

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

This div background color is #844088


#844088 Border Color

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

This div border color is #844088


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,64,136, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #844088; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #844088;
  -webkit-box-shadow: 1px 1px 3px 2px #844088;
  box-shadow:         1px 1px 3px 2px #844088; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #844088


Comments

No comments written yet.

Please login to write comment.