Color Hex Logo

#58025e Color Hex

#58025E
(88,2,94)
0 Favorites   0 Comments

Color spaces of #58025e

RGB 88294
HSL0.820.960.19
HSV296°98°37°
CMYK 0.060.980.00   0.63
XYZ6.06662.926310.8348
Yxy2.92630.30600.1476
Hunter Lab17.106433.3667-25.5783
CIE-Lab19.746345.7412-31.0480

#58025e color RGB value is (88,2,94).

#58025e hex color red value is 88, green value is 2 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #58025e hue: 0.82 , saturation: 0.96 and the lightness value of 58025e is 0.19.

The process color (four color CMYK) of #58025e color hex is 0.06, 0.98, 0.00, 0.63. Web safe color of #58025e is #660066. Color #58025e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00000010 01011110
Octal 130 2 136
Decimal 88 2 94
Hex 58 2 5E

RGB Percentages of Color #58025e

%47.83
%1.09
%51.09

CMYK Percentages of Color #58025e

%6
%98
%0
%63

Triadic Colors of #58025e

#58025e #5e5802 #025e58

Analogous Colors of #58025e

#58025e #5e0236 #2a025e

Monochromatic Colors of #58025e

#58025e

Complementary Color

#58025e #085e02

#58025e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58025e Color Preview on White Background

Lorem ipsum dolor sit amet.

#58025e Color CSS Codes

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

#58025e Text Font Color

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

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


#58025e Background Color

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

This div background color is #58025e


#58025e Border Color

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

This div border color is #58025e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,2,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #58025e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #58025e;
  -webkit-box-shadow: 1px 1px 3px 2px #58025e;
  box-shadow:         1px 1px 3px 2px #58025e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58025e


Comments

No comments written yet.

Please login to write comment.