Color Hex Logo

#584ecf Color Hex

#584ECF
(88,78,207)
0 Favorites   0 Comments

Color spaces of #584ecf

RGB 8878207
HSL0.680.570.56
HSV245°62°81°
CMYK 0.570.620.00   0.19
XYZ18.011412.028560.4039
Yxy12.02850.19910.1330
Hunter Lab34.682132.0063-78.9845
CIE-Lab41.261440.3762-65.6091

#584ecf color RGB value is (88,78,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 01001110 11001111
Octal 130 116 317
Decimal 88 78 207
Hex 58 4E CF

RGB Percentages of Color #584ecf

%23.59
%20.91
%55.50

CMYK Percentages of Color #584ecf

%57
%62
%0
%19

Triadic Colors of #584ecf

#584ecf #cf584e #4ecf58

Analogous Colors of #584ecf

#584ecf #994ecf #4e85cf

Monochromatic Colors of #584ecf

#584ecf

Complementary Color

#584ecf #c5cf4e

#584ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#584ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#584ecf Color CSS Codes

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

#584ecf Text Font Color

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

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


#584ecf Background Color

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

This div background color is #584ecf


#584ecf Border Color

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

This div border color is #584ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #584ecf


Comments

No comments written yet.

Please login to write comment.