Color Hex Logo

#58466c Color Hex

#58466C
(88,70,108)
0 Favorites   0 Comments

Color spaces of #58466c

RGB 8870108
HSL0.750.210.35
HSV268°35°42°
CMYK 0.190.350.00   0.58
XYZ8.92147.537715.1721
Yxy7.53770.28200.2383
Hunter Lab27.45499.9572-13.5464
CIE-Lab33.000916.0204-19.2029

#58466c color RGB value is (88,70,108).

#58466c hex color red value is 88, green value is 70 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #58466c hue: 0.75 , saturation: 0.21 and the lightness value of 58466c is 0.35.

The process color (four color CMYK) of #58466c color hex is 0.19, 0.35, 0.00, 0.58. Web safe color of #58466c is #663366. Color #58466c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01000110 01101100
Octal 130 106 154
Decimal 88 70 108
Hex 58 46 6C

RGB Percentages of Color #58466c

%33.08
%26.32
%40.60

CMYK Percentages of Color #58466c

%19
%35
%0
%58

Triadic Colors of #58466c

#58466c #6c5846 #466c58

Analogous Colors of #58466c

#58466c #6b466c #46476c

Monochromatic Colors of #58466c

#58466c

Complementary Color

#58466c #5a6c46

#58466c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58466c Color Preview on White Background

Lorem ipsum dolor sit amet.

#58466c Color CSS Codes

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

#58466c Text Font Color

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

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


#58466c Background Color

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

This div background color is #58466c


#58466c Border Color

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

This div border color is #58466c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58466c


Comments

No comments written yet.

Please login to write comment.