Color Hex Logo

#583bdd Color Hex

#583BDD
(88,59,221)
0 Favorites   0 Comments

Color spaces of #583bdd

RGB 8859221
HSL0.700.700.55
HSV251°73°87°
CMYK 0.600.730.00   0.13
XYZ18.639610.423169.4361
Yxy10.42310.18920.1058
Hunter Lab32.284846.5583-104.9177
CIE-Lab38.591355.1858-78.0263

#583bdd color RGB value is (88,59,221).

#583bdd hex color red value is 88, green value is 59 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #583bdd hue: 0.70 , saturation: 0.70 and the lightness value of 583bdd is 0.55.

The process color (four color CMYK) of #583bdd color hex is 0.60, 0.73, 0.00, 0.13. Web safe color of #583bdd is #6633cc. Color #583bdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00111011 11011101
Octal 130 73 335
Decimal 88 59 221
Hex 58 3B DD

RGB Percentages of Color #583bdd

%23.91
%16.03
%60.05

CMYK Percentages of Color #583bdd

%60
%73
%0
%13

Triadic Colors of #583bdd

#583bdd #dd583b #3bdd58

Analogous Colors of #583bdd

#583bdd #a93bdd #3b6fdd

Monochromatic Colors of #583bdd

#583bdd

Complementary Color

#583bdd #c0dd3b

#583bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#583bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#583bdd Color CSS Codes

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

#583bdd Text Font Color

<p style="color:#583bdd">Text here</p>

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


#583bdd Background Color

<div style="background-color:#583bdd">
Div content here</div>

This div background color is #583bdd


#583bdd Border Color

<div style="border:3px solid #583bdd">
Div here</div>

This div border color is #583bdd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,59,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #583bdd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #583bdd;
  -webkit-box-shadow: 1px 1px 3px 2px #583bdd;
  box-shadow:         1px 1px 3px 2px #583bdd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #583bdd


Comments

No comments written yet.

Please login to write comment.