Color Hex Logo

#584dcf Color Hex

#584DCF
(88,77,207)
0 Favorites   0 Comments

Color spaces of #584dcf

RGB 8877207
HSL0.680.580.56
HSV245°63°81°
CMYK 0.570.630.00   0.19
XYZ17.940911.887560.3804
Yxy11.88750.19890.1318
Hunter Lab34.478332.5463-79.6974
CIE-Lab41.036840.9692-65.9750

#584dcf color RGB value is (88,77,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 01001101 11001111
Octal 130 115 317
Decimal 88 77 207
Hex 58 4D CF

RGB Percentages of Color #584dcf

%23.66
%20.70
%55.65

CMYK Percentages of Color #584dcf

%57
%63
%0
%19

Triadic Colors of #584dcf

#584dcf #cf584d #4dcf58

Analogous Colors of #584dcf

#584dcf #994dcf #4d83cf

Monochromatic Colors of #584dcf

#584dcf

Complementary Color

#584dcf #c4cf4d

#584dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#584dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#584dcf Color CSS Codes

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

#584dcf Text Font Color

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

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


#584dcf Background Color

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

This div background color is #584dcf


#584dcf Border Color

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

This div border color is #584dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #584dcf


Comments

No comments written yet.

Please login to write comment.