Color Hex Logo

#580368 Color Hex

#580368
(88,3,104)
0 Favorites   0 Comments

Color spaces of #580368

RGB 883104
HSL0.810.940.21
HSV290°97°41°
CMYK 0.150.970.00   0.59
XYZ6.55583.139313.3571
Yxy3.13930.28440.1362
Hunter Lab17.718135.0395-32.2942
CIE-Lab20.593447.3228-36.2838

#580368 color RGB value is (88,3,104).

#580368 hex color red value is 88, green value is 3 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #580368 hue: 0.81 , saturation: 0.94 and the lightness value of 580368 is 0.21.

The process color (four color CMYK) of #580368 color hex is 0.15, 0.97, 0.00, 0.59. Web safe color of #580368 is #660066. Color #580368 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00000011 01101000
Octal 130 3 150
Decimal 88 3 104
Hex 58 3 68

RGB Percentages of Color #580368

%45.13
%1.54
%53.33

CMYK Percentages of Color #580368

%15
%97
%0
%59

Triadic Colors of #580368

#580368 #685803 #036858

Analogous Colors of #580368

#580368 #680345 #260368

Monochromatic Colors of #580368

#580368

Complementary Color

#580368 #136803

#580368 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#580368 Color Preview on White Background

Lorem ipsum dolor sit amet.

#580368 Color CSS Codes

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

#580368 Text Font Color

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

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


#580368 Background Color

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

This div background color is #580368


#580368 Border Color

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

This div border color is #580368


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #580368


Comments

No comments written yet.

Please login to write comment.