Color Hex Logo

#84457d Color Hex

#84457D
(132,69,125)
0 Favorites   0 Comments

Color spaces of #84457d

RGB 13269125
HSL0.850.310.39
HSV307°48°52°
CMYK 0.000.480.05   0.48
XYZ15.345510.642420.6474
Yxy10.64240.32910.2282
Hunter Lab32.622726.8755-14.6897
CIE-Lab38.971535.3140-20.1246

#84457d color RGB value is (132,69,125).

#84457d hex color red value is 132, green value is 69 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #84457d hue: 0.85 , saturation: 0.31 and the lightness value of 84457d is 0.39.

The process color (four color CMYK) of #84457d color hex is 0.00, 0.48, 0.05, 0.48. Web safe color of #84457d is #993366. Color #84457d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01000101 01111101
Octal 204 105 175
Decimal 132 69 125
Hex 84 45 7D

RGB Percentages of Color #84457d

%40.49
%21.17
%38.34

CMYK Percentages of Color #84457d

%0
%48
%5
%48

Triadic Colors of #84457d

#84457d #7d8445 #457d84

Analogous Colors of #84457d

#84457d #84455e #6c4584

Monochromatic Colors of #84457d

#84457d

Complementary Color

#84457d #45844c

#84457d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84457d Color Preview on White Background

Lorem ipsum dolor sit amet.

#84457d Color CSS Codes

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

#84457d Text Font Color

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

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


#84457d Background Color

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

This div background color is #84457d


#84457d Border Color

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

This div border color is #84457d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,69,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #84457d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #84457d;
  -webkit-box-shadow: 1px 1px 3px 2px #84457d;
  box-shadow:         1px 1px 3px 2px #84457d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84457d


Comments

No comments written yet.

Please login to write comment.