Color Hex Logo

#580fda Color Hex

#580FDA
(88,15,218)
0 Favorites   0 Comments

Color spaces of #580fda

RGB 8815218
HSL0.730.870.46
HSV262°93°85°
CMYK 0.600.930.00   0.15
XYZ16.85027.478366.8850
Yxy7.47830.18470.0820
Hunter Lab27.346562.1308-125.8711
CIE-Lab32.871970.2285-85.7528

#580fda color RGB value is (88,15,218).

#580fda hex color red value is 88, green value is 15 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #580fda hue: 0.73 , saturation: 0.87 and the lightness value of 580fda is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 00001111 11011010
Octal 130 17 332
Decimal 88 15 218
Hex 58 F DA

RGB Percentages of Color #580fda

%27.41
%4.67
%67.91

CMYK Percentages of Color #580fda

%60
%93
%0
%15

Triadic Colors of #580fda

#580fda #da580f #0fda58

Analogous Colors of #580fda

#580fda #be0fda #0f2bda

Monochromatic Colors of #580fda

#580fda

Complementary Color

#580fda #91da0f

#580fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#580fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#580fda Color CSS Codes

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

#580fda Text Font Color

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

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


#580fda Background Color

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

This div background color is #580fda


#580fda Border Color

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

This div border color is #580fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #580fda


Comments

No comments written yet.

Please login to write comment.