Color Hex Logo

#584fbc Color Hex

#584FBC
(88,79,188)
0 Favorites   0 Comments

Color spaces of #584fbc

RGB 8879188
HSL0.680.450.52
HSV245°58°74°
CMYK 0.530.580.00   0.26
XYZ15.897611.297548.9197
Yxy11.29750.20890.1484
Hunter Lab33.611825.6059-62.7645
CIE-Lab40.077133.7754-56.4963

#584fbc color RGB value is (88,79,188).

#584fbc hex color red value is 88, green value is 79 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #584fbc hue: 0.68 , saturation: 0.45 and the lightness value of 584fbc is 0.52.

The process color (four color CMYK) of #584fbc color hex is 0.53, 0.58, 0.00, 0.26. Web safe color of #584fbc is #6666cc. Color #584fbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01001111 10111100
Octal 130 117 274
Decimal 88 79 188
Hex 58 4F BC

RGB Percentages of Color #584fbc

%24.79
%22.25
%52.96

CMYK Percentages of Color #584fbc

%53
%58
%0
%26

Triadic Colors of #584fbc

#584fbc #bc584f #4fbc58

Analogous Colors of #584fbc

#584fbc #8f4fbc #4f7dbc

Monochromatic Colors of #584fbc

#584fbc

Complementary Color

#584fbc #b3bc4f

#584fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#584fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#584fbc Color CSS Codes

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

#584fbc Text Font Color

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

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


#584fbc Background Color

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

This div background color is #584fbc


#584fbc Border Color

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

This div border color is #584fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #584fbc


Comments

No comments written yet.

Please login to write comment.