Color Hex Logo

#58023d Color Hex

#58023D
(88,2,61)
0 Favorites   0 Comments

Color spaces of #58023d

RGB 88261
HSL0.890.960.18
HSV319°98°35°
CMYK 0.000.980.31   0.65
XYZ4.88852.45504.6311
Yxy2.45500.40820.2050
Hunter Lab15.668428.2716-6.5564
CIE-Lab17.713940.6257-11.6859

#58023d color RGB value is (88,2,61).

#58023d hex color red value is 88, green value is 2 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #58023d hue: 0.89 , saturation: 0.96 and the lightness value of 58023d is 0.18.

The process color (four color CMYK) of #58023d color hex is 0.00, 0.98, 0.31, 0.65. Web safe color of #58023d is #660033. Color #58023d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00000010 00111101
Octal 130 2 75
Decimal 88 2 61
Hex 58 2 3D

RGB Percentages of Color #58023d

%58.28
%1.32
%40.40

CMYK Percentages of Color #58023d

%0
%98
%31
%65

Triadic Colors of #58023d

#58023d #3d5802 #023d58

Analogous Colors of #58023d

#58023d #580212 #480258

Monochromatic Colors of #58023d

#58023d

Complementary Color

#58023d #02581d

#58023d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58023d Color Preview on White Background

Lorem ipsum dolor sit amet.

#58023d Color CSS Codes

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

#58023d Text Font Color

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

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


#58023d Background Color

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

This div background color is #58023d


#58023d Border Color

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

This div border color is #58023d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58023d


Comments

No comments written yet.

Please login to write comment.