Color Hex Logo

#580dae Color Hex

#580DAE
(88,13,174)
0 Favorites   0 Comments

Color spaces of #580dae

RGB 8813174
HSL0.740.860.37
HSV268°93°68°
CMYK 0.490.930.00   0.32
XYZ11.80845.418540.4679
Yxy5.41850.20470.0939
Hunter Lab23.277749.8143-86.7804
CIE-Lab27.895360.2869-68.1145

#580dae color RGB value is (88,13,174).

#580dae hex color red value is 88, green value is 13 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #580dae hue: 0.74 , saturation: 0.86 and the lightness value of 580dae is 0.37.

The process color (four color CMYK) of #580dae color hex is 0.49, 0.93, 0.00, 0.32. Web safe color of #580dae is #660099. Color #580dae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00001101 10101110
Octal 130 15 256
Decimal 88 13 174
Hex 58 D AE

RGB Percentages of Color #580dae

%32.00
%4.73
%63.27

CMYK Percentages of Color #580dae

%49
%93
%0
%32

Triadic Colors of #580dae

#580dae #ae580d #0dae58

Analogous Colors of #580dae

#580dae #a90dae #0d12ae

Monochromatic Colors of #580dae

#580dae

Complementary Color

#580dae #63ae0d

#580dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#580dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#580dae Color CSS Codes

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

#580dae Text Font Color

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

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


#580dae Background Color

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

This div background color is #580dae


#580dae Border Color

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

This div border color is #580dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #580dae


Comments

No comments written yet.

Please login to write comment.