Color Hex Logo

#584ccd Color Hex

#584CCD
(88,76,205)
0 Favorites   0 Comments

Color spaces of #584ccd

RGB 8876205
HSL0.680.560.55
HSV246°63°80°
CMYK 0.570.630.00   0.20
XYZ17.628411.651459.0774
Yxy11.65140.19950.1319
Hunter Lab34.134132.4506-78.7218
CIE-Lab40.656640.9326-65.4399

#584ccd color RGB value is (88,76,205).

#584ccd hex color red value is 88, green value is 76 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #584ccd hue: 0.68 , saturation: 0.56 and the lightness value of 584ccd is 0.55.

The process color (four color CMYK) of #584ccd color hex is 0.57, 0.63, 0.00, 0.20. Web safe color of #584ccd is #6633cc. Color #584ccd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01001100 11001101
Octal 130 114 315
Decimal 88 76 205
Hex 58 4C CD

RGB Percentages of Color #584ccd

%23.85
%20.60
%55.56

CMYK Percentages of Color #584ccd

%57
%63
%0
%20

Triadic Colors of #584ccd

#584ccd #cd584c #4ccd58

Analogous Colors of #584ccd

#584ccd #994ccd #4c81cd

Monochromatic Colors of #584ccd

#584ccd

Complementary Color

#584ccd #c1cd4c

#584ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#584ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#584ccd Color CSS Codes

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

#584ccd Text Font Color

<p style="color:#584ccd">Text here</p>

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


#584ccd Background Color

<div style="background-color:#584ccd">
Div content here</div>

This div background color is #584ccd


#584ccd Border Color

<div style="border:3px solid #584ccd">
Div here</div>

This div border color is #584ccd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,76,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #584ccd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #584ccd;
  -webkit-box-shadow: 1px 1px 3px 2px #584ccd;
  box-shadow:         1px 1px 3px 2px #584ccd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #584ccd


Comments

No comments written yet.

Please login to write comment.