Color Hex Logo

#583d78 Color Hex

#583D78
(88,61,120)
0 Favorites   0 Comments

Color spaces of #583d78

RGB 8861120
HSL0.740.330.35
HSV267°49°47°
CMYK 0.270.490.00   0.53
XYZ9.08346.768318.5970
Yxy6.76830.26370.1965
Hunter Lab26.016016.7949-24.1711
CIE-Lab31.273524.8334-29.4602

#583d78 color RGB value is (88,61,120).

#583d78 hex color red value is 88, green value is 61 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #583d78 hue: 0.74 , saturation: 0.33 and the lightness value of 583d78 is 0.35.

The process color (four color CMYK) of #583d78 color hex is 0.27, 0.49, 0.00, 0.53. Web safe color of #583d78 is #663366. Color #583d78 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00111101 01111000
Octal 130 75 170
Decimal 88 61 120
Hex 58 3D 78

RGB Percentages of Color #583d78

%32.71
%22.68
%44.61

CMYK Percentages of Color #583d78

%27
%49
%0
%53

Triadic Colors of #583d78

#583d78 #78583d #3d7858

Analogous Colors of #583d78

#583d78 #763d78 #3d4078

Monochromatic Colors of #583d78

#583d78

Complementary Color

#583d78 #5d783d

#583d78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#583d78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#583d78 Color CSS Codes

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

#583d78 Text Font Color

<p style="color:#583d78">Text here</p>

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


#583d78 Background Color

<div style="background-color:#583d78">
Div content here</div>

This div background color is #583d78


#583d78 Border Color

<div style="border:3px solid #583d78">
Div here</div>

This div border color is #583d78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #583d78


Comments

No comments written yet.

Please login to write comment.