Color Hex Logo

#583fdd Color Hex

#583FDD
(88,63,221)
0 Favorites   0 Comments

Color spaces of #583fdd

RGB 8863221
HSL0.690.700.56
HSV249°71°87°
CMYK 0.600.710.00   0.13
XYZ18.853210.850269.5072
Yxy10.85020.19000.1094
Hunter Lab32.939644.5212-102.0524
CIE-Lab39.327053.1202-76.8166

#583fdd color RGB value is (88,63,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 00111111 11011101
Octal 130 77 335
Decimal 88 63 221
Hex 58 3F DD

RGB Percentages of Color #583fdd

%23.66
%16.94
%59.41

CMYK Percentages of Color #583fdd

%60
%71
%0
%13

Triadic Colors of #583fdd

#583fdd #dd583f #3fdd58

Analogous Colors of #583fdd

#583fdd #a73fdd #3f75dd

Monochromatic Colors of #583fdd

#583fdd

Complementary Color

#583fdd #c4dd3f

#583fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#583fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#583fdd Color CSS Codes

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

#583fdd Text Font Color

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

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


#583fdd Background Color

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

This div background color is #583fdd


#583fdd Border Color

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

This div border color is #583fdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88,63,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 #583fdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #583fdd


Comments

No comments written yet.

Please login to write comment.