Color Hex Logo

#845074 Color Hex

#845074
(132,80,116)
0 Favorites   0 Comments

Color spaces of #845074

RGB 13280116
HSL0.880.250.42
HSV318°39°52°
CMYK 0.000.390.12   0.48
XYZ15.536811.903818.0018
Yxy11.90380.34190.2620
Hunter Lab34.501920.0034-6.7840
CIE-Lab41.062827.4265-11.3854

#845074 color RGB value is (132,80,116).

#845074 hex color red value is 132, green value is 80 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #845074 hue: 0.88 , saturation: 0.25 and the lightness value of 845074 is 0.42.

The process color (four color CMYK) of #845074 color hex is 0.00, 0.39, 0.12, 0.48. Web safe color of #845074 is #996666. Color #845074 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01010000 01110100
Octal 204 120 164
Decimal 132 80 116
Hex 84 50 74

RGB Percentages of Color #845074

%40.24
%24.39
%35.37

CMYK Percentages of Color #845074

%0
%39
%12
%48

Triadic Colors of #845074

#845074 #748450 #507484

Analogous Colors of #845074

#845074 #84505a #7a5084

Monochromatic Colors of #845074

#845074

Complementary Color

#845074 #508460

#845074 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#845074 Color Preview on White Background

Lorem ipsum dolor sit amet.

#845074 Color CSS Codes

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

#845074 Text Font Color

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

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


#845074 Background Color

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

This div background color is #845074


#845074 Border Color

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

This div border color is #845074


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #845074


Comments

No comments written yet.

Please login to write comment.