Color Hex Logo

#58123a Color Hex

#58123A
(88,18,58)
0 Favorites   0 Comments

Color spaces of #58123a

RGB 881858
HSL0.900.660.21
HSV326°80°35°
CMYK 0.000.800.34   0.65
XYZ5.00452.81284.2821
Yxy2.81280.41360.2325
Hunter Lab16.771423.9135-3.3980
CIE-Lab19.278035.3429-7.1894

#58123a color RGB value is (88,18,58).

#58123a hex color red value is 88, green value is 18 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #58123a hue: 0.90 , saturation: 0.66 and the lightness value of 58123a is 0.21.

The process color (four color CMYK) of #58123a color hex is 0.00, 0.80, 0.34, 0.65. Web safe color of #58123a is #660033. Color #58123a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00010010 00111010
Octal 130 22 72
Decimal 88 18 58
Hex 58 12 3A

RGB Percentages of Color #58123a

%53.66
%10.98
%35.37

CMYK Percentages of Color #58123a

%0
%80
%34
%65

Triadic Colors of #58123a

#58123a #3a5812 #123a58

Analogous Colors of #58123a

#58123a #581217 #531258

Monochromatic Colors of #58123a

#58123a

Complementary Color

#58123a #125830

#58123a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58123a Color Preview on White Background

Lorem ipsum dolor sit amet.

#58123a Color CSS Codes

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

#58123a Text Font Color

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

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


#58123a Background Color

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

This div background color is #58123a


#58123a Border Color

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

This div border color is #58123a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,18,58, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #58123a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #58123a;
  -webkit-box-shadow: 1px 1px 3px 2px #58123a;
  box-shadow:         1px 1px 3px 2px #58123a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58123a


Comments

No comments written yet.

Please login to write comment.