Color Hex Logo

#580dce Color Hex

#580DCE
(88,13,206)
0 Favorites   0 Comments

Color spaces of #580dce

RGB 8813206
HSL0.730.880.43
HSV263°94°81°
CMYK 0.570.940.00   0.19
XYZ15.30906.818858.9018
Yxy6.81880.18890.0842
Hunter Lab26.112858.9506-115.4594
CIE-Lab31.390867.7735-81.2537

#580dce color RGB value is (88,13,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 00001101 11001110
Octal 130 15 316
Decimal 88 13 206
Hex 58 D CE

RGB Percentages of Color #580dce

%28.66
%4.23
%67.10

CMYK Percentages of Color #580dce

%57
%94
%0
%19

Triadic Colors of #580dce

#580dce #ce580d #0dce58

Analogous Colors of #580dce

#580dce #b90dce #0d22ce

Monochromatic Colors of #580dce

#580dce

Complementary Color

#580dce #83ce0d

#580dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#580dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#580dce Color CSS Codes

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

#580dce Text Font Color

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

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


#580dce Background Color

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

This div background color is #580dce


#580dce Border Color

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

This div border color is #580dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #580dce


Comments

No comments written yet.

Please login to write comment.