Color Hex Logo

#584bbf Color Hex

#584BBF
(88,75,191)
0 Favorites   0 Comments

Color spaces of #584bbf

RGB 8875191
HSL0.690.480.52
HSV247°61°75°
CMYK 0.540.610.00   0.25
XYZ15.944510.868450.5477
Yxy10.86840.20610.1405
Hunter Lab32.967328.6382-67.8305
CIE-Lab39.357937.1458-59.4169

#584bbf color RGB value is (88,75,191).

#584bbf hex color red value is 88, green value is 75 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #584bbf hue: 0.69 , saturation: 0.48 and the lightness value of 584bbf is 0.52.

The process color (four color CMYK) of #584bbf color hex is 0.54, 0.61, 0.00, 0.25. Web safe color of #584bbf is #6633cc. Color #584bbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01001011 10111111
Octal 130 113 277
Decimal 88 75 191
Hex 58 4B BF

RGB Percentages of Color #584bbf

%24.86
%21.19
%53.95

CMYK Percentages of Color #584bbf

%54
%61
%0
%25

Triadic Colors of #584bbf

#584bbf #bf584b #4bbf58

Analogous Colors of #584bbf

#584bbf #924bbf #4b78bf

Monochromatic Colors of #584bbf

#584bbf

Complementary Color

#584bbf #b2bf4b

#584bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#584bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#584bbf Color CSS Codes

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

#584bbf Text Font Color

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

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


#584bbf Background Color

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

This div background color is #584bbf


#584bbf Border Color

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

This div border color is #584bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #584bbf


Comments

No comments written yet.

Please login to write comment.