Color Hex Logo

#84025c Color Hex

#84025C
(132,2,92)
0 Favorites   0 Comments

Color spaces of #84025c

RGB 132292
HSL0.880.970.26
HSV318°98°52°
CMYK 0.000.980.30   0.48
XYZ11.46925.721710.6251
Yxy5.72170.41230.2057
Hunter Lab23.920143.7271-9.5921
CIE-Lab28.699254.4095-15.0101

#84025c color RGB value is (132,2,92).

#84025c hex color red value is 132, green value is 2 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #84025c hue: 0.88 , saturation: 0.97 and the lightness value of 84025c is 0.26.

The process color (four color CMYK) of #84025c color hex is 0.00, 0.98, 0.30, 0.48. Web safe color of #84025c is #990066. Color #84025c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00000010 01011100
Octal 204 2 134
Decimal 132 2 92
Hex 84 2 5C

RGB Percentages of Color #84025c

%58.41
%0.88
%40.71

CMYK Percentages of Color #84025c

%0
%98
%30
%48

Triadic Colors of #84025c

#84025c #5c8402 #025c84

Analogous Colors of #84025c

#84025c #84021b #6b0284

Monochromatic Colors of #84025c

#84025c

Complementary Color

#84025c #02842a

#84025c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84025c Color Preview on White Background

Lorem ipsum dolor sit amet.

#84025c Color CSS Codes

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

#84025c Text Font Color

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

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


#84025c Background Color

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

This div background color is #84025c


#84025c Border Color

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

This div border color is #84025c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84025c


Comments

No comments written yet.

Please login to write comment.