Color Hex Logo

#58152f Color Hex

#58152F
(88,21,47)
0 Favorites   0 Comments

Color spaces of #58152f

RGB 882147
HSL0.940.610.21
HSV337°76°35°
CMYK 0.000.760.47   0.65
XYZ4.80582.81632.9796
Yxy2.81630.45330.2656
Hunter Lab16.781821.74871.2204
CIE-Lab19.292732.76610.5801

#58152f color RGB value is (88,21,47).

#58152f hex color red value is 88, green value is 21 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #58152f hue: 0.94 , saturation: 0.61 and the lightness value of 58152f is 0.21.

The process color (four color CMYK) of #58152f color hex is 0.00, 0.76, 0.47, 0.65. Web safe color of #58152f is #660033. Color #58152f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00010101 00101111
Octal 130 25 57
Decimal 88 21 47
Hex 58 15 2F

RGB Percentages of Color #58152f

%56.41
%13.46
%30.13

CMYK Percentages of Color #58152f

%0
%76
%47
%65

Triadic Colors of #58152f

#58152f #2f5815 #152f58

Analogous Colors of #58152f

#58152f #581c15 #581551

Monochromatic Colors of #58152f

#58152f

Complementary Color

#58152f #15583e

#58152f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58152f Color Preview on White Background

Lorem ipsum dolor sit amet.

#58152f Color CSS Codes

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

#58152f Text Font Color

<p style="color:#58152f">Text here</p>

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


#58152f Background Color

<div style="background-color:#58152f">
Div content here</div>

This div background color is #58152f


#58152f Border Color

<div style="border:3px solid #58152f">
Div here</div>

This div border color is #58152f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,21,47, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #58152f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #58152f;
  -webkit-box-shadow: 1px 1px 3px 2px #58152f;
  box-shadow:         1px 1px 3px 2px #58152f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58152f


Comments

No comments written yet.

Please login to write comment.