Color Hex Logo

#585dda Color Hex

#585DDA
(88,93,218)
0 Favorites   0 Comments

Color spaces of #585dda

RGB 8893218
HSL0.660.640.60
HSV238°60°85°
CMYK 0.600.570.00   0.15
XYZ20.593714.965468.1329
Yxy14.96540.19860.1443
Hunter Lab38.685127.3239-77.3429
CIE-Lab45.586834.8490-64.8813

#585dda color RGB value is (88,93,218).

#585dda hex color red value is 88, green value is 93 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #585dda hue: 0.66 , saturation: 0.64 and the lightness value of 585dda is 0.60.

The process color (four color CMYK) of #585dda color hex is 0.60, 0.57, 0.00, 0.15. Web safe color of #585dda is #6666cc. Color #585dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01011101 11011010
Octal 130 135 332
Decimal 88 93 218
Hex 58 5D DA

RGB Percentages of Color #585dda

%22.06
%23.31
%54.64

CMYK Percentages of Color #585dda

%60
%57
%0
%15

Triadic Colors of #585dda

#585dda #da585d #5dda58

Analogous Colors of #585dda

#585dda #9458da #589eda

Monochromatic Colors of #585dda

#585dda

Complementary Color

#585dda #dad558

#585dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#585dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#585dda Color CSS Codes

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

#585dda Text Font Color

<p style="color:#585dda">Text here</p>

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


#585dda Background Color

<div style="background-color:#585dda">
Div content here</div>

This div background color is #585dda


#585dda Border Color

<div style="border:3px solid #585dda">
Div here</div>

This div border color is #585dda


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,93,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #585dda; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #585dda;
  -webkit-box-shadow: 1px 1px 3px 2px #585dda;
  box-shadow:         1px 1px 3px 2px #585dda; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #585dda


Comments

No comments written yet.

Please login to write comment.