Color Hex Logo

#580cb7 Color Hex

#580CB7
(88,12,183)
0 Favorites   0 Comments

Color spaces of #580cb7

RGB 8812183
HSL0.740.880.38
HSV267°93°72°
CMYK 0.520.930.00   0.28
XYZ12.70325.756545.2413
Yxy5.75650.19940.0904
Hunter Lab23.992752.5215-95.0039
CIE-Lab28.789662.5809-72.0176

#580cb7 color RGB value is (88,12,183).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 00001100 10110111
Octal 130 14 267
Decimal 88 12 183
Hex 58 C B7

RGB Percentages of Color #580cb7

%31.10
%4.24
%64.66

CMYK Percentages of Color #580cb7

%52
%93
%0
%28

Triadic Colors of #580cb7

#580cb7 #b7580c #0cb758

Analogous Colors of #580cb7

#580cb7 #ae0cb7 #0c16b7

Monochromatic Colors of #580cb7

#580cb7

Complementary Color

#580cb7 #6bb70c

#580cb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#580cb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#580cb7 Color CSS Codes

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

#580cb7 Text Font Color

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

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


#580cb7 Background Color

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

This div background color is #580cb7


#580cb7 Border Color

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

This div border color is #580cb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #580cb7


Comments

No comments written yet.

Please login to write comment.