Color Hex Logo

#580cb8 Color Hex

#580CB8
(88,12,184)
0 Favorites   0 Comments

Color spaces of #580cb8

RGB 8812184
HSL0.740.880.38
HSV267°93°72°
CMYK 0.520.930.00   0.28
XYZ12.80775.798345.7916
Yxy5.79830.19890.0900
Hunter Lab24.079752.8027-95.8943
CIE-Lab28.897862.8138-72.4338

#580cb8 color RGB value is (88,12,184).

#580cb8 hex color red value is 88, green value is 12 and the blue value of its RGB is 184. Cylindrical-coordinate representations (also known as HSL) of color #580cb8 hue: 0.74 , saturation: 0.88 and the lightness value of 580cb8 is 0.38.

The process color (four color CMYK) of #580cb8 color hex is 0.52, 0.93, 0.00, 0.28. Web safe color of #580cb8 is #6600cc. Color #580cb8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00001100 10111000
Octal 130 14 270
Decimal 88 12 184
Hex 58 C B8

RGB Percentages of Color #580cb8

%30.99
%4.23
%64.79

CMYK Percentages of Color #580cb8

%52
%93
%0
%28

Triadic Colors of #580cb8

#580cb8 #b8580c #0cb858

Analogous Colors of #580cb8

#580cb8 #ae0cb8 #0c16b8

Monochromatic Colors of #580cb8

#580cb8

Complementary Color

#580cb8 #6cb80c

#580cb8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#580cb8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#580cb8 Color CSS Codes

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

#580cb8 Text Font Color

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

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


#580cb8 Background Color

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

This div background color is #580cb8


#580cb8 Border Color

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

This div border color is #580cb8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #580cb8


Comments

No comments written yet.

Please login to write comment.