Color Hex Logo

#58234c Color Hex

#58234C
(88,35,76)
0 Favorites   0 Comments

Color spaces of #58234c

RGB 883576
HSL0.870.430.24
HSV314°60°35°
CMYK 0.000.600.14   0.65
XYZ5.93003.79867.2581
Yxy3.79860.34910.2236
Hunter Lab19.490020.2027-8.4367
CIE-Lab22.994130.2307-13.8619

#58234c color RGB value is (88,35,76).

#58234c hex color red value is 88, green value is 35 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #58234c hue: 0.87 , saturation: 0.43 and the lightness value of 58234c is 0.24.

The process color (four color CMYK) of #58234c color hex is 0.00, 0.60, 0.14, 0.65. Web safe color of #58234c is #663333. Color #58234c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00100011 01001100
Octal 130 43 114
Decimal 88 35 76
Hex 58 23 4C

RGB Percentages of Color #58234c

%44.22
%17.59
%38.19

CMYK Percentages of Color #58234c

%0
%60
%14
%65

Triadic Colors of #58234c

#58234c #4c5823 #234c58

Analogous Colors of #58234c

#58234c #582331 #4a2358

Monochromatic Colors of #58234c

#58234c

Complementary Color

#58234c #23582f

#58234c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58234c Color Preview on White Background

Lorem ipsum dolor sit amet.

#58234c Color CSS Codes

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

#58234c Text Font Color

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

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


#58234c Background Color

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

This div background color is #58234c


#58234c Border Color

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

This div border color is #58234c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,35,76, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #58234c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #58234c;
  -webkit-box-shadow: 1px 1px 3px 2px #58234c;
  box-shadow:         1px 1px 3px 2px #58234c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58234c


Comments

No comments written yet.

Please login to write comment.