Color Hex Logo

#585fbf Color Hex

#585FBF
(88,95,191)
0 Favorites   0 Comments

Color spaces of #585fbf

RGB 8895191
HSL0.660.450.55
HSV236°54°75°
CMYK 0.540.500.00   0.25
XYZ17.520714.020751.0730
Yxy14.02070.21210.1697
Hunter Lab37.444217.9954-54.6591
CIE-Lab44.262624.8077-51.4952

#585fbf color RGB value is (88,95,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 01011111 10111111
Octal 130 137 277
Decimal 88 95 191
Hex 58 5F BF

RGB Percentages of Color #585fbf

%23.53
%25.40
%51.07

CMYK Percentages of Color #585fbf

%54
%50
%0
%25

Triadic Colors of #585fbf

#585fbf #bf585f #5fbf58

Analogous Colors of #585fbf

#585fbf #8558bf #5893bf

Monochromatic Colors of #585fbf

#585fbf

Complementary Color

#585fbf #bfb858

#585fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#585fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#585fbf Color CSS Codes

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

#585fbf Text Font Color

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

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


#585fbf Background Color

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

This div background color is #585fbf


#585fbf Border Color

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

This div border color is #585fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #585fbf


Comments

No comments written yet.

Please login to write comment.