Color Hex Logo

#585fcf Color Hex

#585FCF
(88,95,207)
0 Favorites   0 Comments

Color spaces of #585fcf

RGB 8895207
HSL0.660.550.58
HSV236°57°81°
CMYK 0.570.540.00   0.19
XYZ19.379214.764160.8598
Yxy14.76410.20400.1554
Hunter Lab38.424122.7844-67.0124
CIE-Lab45.309430.0211-59.0422

#585fcf color RGB value is (88,95,207).

#585fcf hex color red value is 88, green value is 95 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #585fcf hue: 0.66 , saturation: 0.55 and the lightness value of 585fcf is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 01011111 11001111
Octal 130 137 317
Decimal 88 95 207
Hex 58 5F CF

RGB Percentages of Color #585fcf

%22.56
%24.36
%53.08

CMYK Percentages of Color #585fcf

%57
%54
%0
%19

Triadic Colors of #585fcf

#585fcf #cf585f #5fcf58

Analogous Colors of #585fcf

#585fcf #8d58cf #589bcf

Monochromatic Colors of #585fcf

#585fcf

Complementary Color

#585fcf #cfc858

#585fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#585fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#585fcf Color CSS Codes

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

#585fcf Text Font Color

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

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


#585fcf Background Color

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

This div background color is #585fcf


#585fcf Border Color

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

This div border color is #585fcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #585fcf


Comments

No comments written yet.

Please login to write comment.