Color Hex Logo

#580dca Color Hex

#580DCA
(88,13,202)
0 Favorites   0 Comments

Color spaces of #580dca

RGB 8813202
HSL0.730.880.42
HSV264°94°79°
CMYK 0.560.940.00   0.21
XYZ14.82916.626856.3746
Yxy6.62680.19050.0851
Hunter Lab25.742657.7761-111.8215
CIE-Lab30.941866.8362-79.6631

#580dca color RGB value is (88,13,202).

#580dca hex color red value is 88, green value is 13 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #580dca hue: 0.73 , saturation: 0.88 and the lightness value of 580dca is 0.42.

The process color (four color CMYK) of #580dca color hex is 0.56, 0.94, 0.00, 0.21. Web safe color of #580dca is #6600cc. Color #580dca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00001101 11001010
Octal 130 15 312
Decimal 88 13 202
Hex 58 D CA

RGB Percentages of Color #580dca

%29.04
%4.29
%66.67

CMYK Percentages of Color #580dca

%56
%94
%0
%21

Triadic Colors of #580dca

#580dca #ca580d #0dca58

Analogous Colors of #580dca

#580dca #b70dca #0d20ca

Monochromatic Colors of #580dca

#580dca

Complementary Color

#580dca #7fca0d

#580dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#580dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#580dca Color CSS Codes

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

#580dca Text Font Color

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

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


#580dca Background Color

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

This div background color is #580dca


#580dca Border Color

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

This div border color is #580dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #580dca


Comments

No comments written yet.

Please login to write comment.