Color Hex Logo

#580168 Color Hex

#580168
(88,1,104)
0 Favorites   0 Comments

Color spaces of #580168

RGB 881104
HSL0.810.980.21
HSV291°99°41°
CMYK 0.150.990.00   0.59
XYZ6.53403.095913.3499
Yxy3.09590.28430.1347
Hunter Lab17.595235.4948-32.6682
CIE-Lab20.423947.8255-36.5581

#580168 color RGB value is (88,1,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 00000001 01101000
Octal 130 1 150
Decimal 88 1 104
Hex 58 1 68

RGB Percentages of Color #580168

%45.60
%0.52
%53.89

CMYK Percentages of Color #580168

%15
%99
%0
%59

Triadic Colors of #580168

#580168 #685801 #016858

Analogous Colors of #580168

#580168 #680145 #250168

Monochromatic Colors of #580168

#580168

Complementary Color

#580168 #116801

#580168 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#580168 Color Preview on White Background

Lorem ipsum dolor sit amet.

#580168 Color CSS Codes

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

#580168 Text Font Color

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

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


#580168 Background Color

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

This div background color is #580168


#580168 Border Color

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

This div border color is #580168


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88,1,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 #580168">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #580168


Comments

No comments written yet.

Please login to write comment.