Color Hex Logo

#584bcc Color Hex

#584BCC
(88,75,204)
0 Favorites   0 Comments

Color spaces of #584bcc

RGB 8875204
HSL0.680.560.55
HSV246°63°80°
CMYK 0.570.630.00   0.20
XYZ17.439711.466558.4208
Yxy11.46650.19970.1313
Hunter Lab33.862232.6721-78.5865
CIE-Lab40.355341.2103-65.3528

#584bcc color RGB value is (88,75,204).

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

The process color (four color CMYK) of #584bcc color hex is 0.57, 0.63, 0.00, 0.20. Web safe color of #584bcc is #6633cc. Color #584bcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01001011 11001100
Octal 130 113 314
Decimal 88 75 204
Hex 58 4B CC

RGB Percentages of Color #584bcc

%23.98
%20.44
%55.59

CMYK Percentages of Color #584bcc

%57
%63
%0
%20

Triadic Colors of #584bcc

#584bcc #cc584b #4bcc58

Analogous Colors of #584bcc

#584bcc #994bcc #4b7fcc

Monochromatic Colors of #584bcc

#584bcc

Complementary Color

#584bcc #bfcc4b

#584bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#584bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#584bcc Color CSS Codes

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

#584bcc Text Font Color

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

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


#584bcc Background Color

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

This div background color is #584bcc


#584bcc Border Color

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

This div border color is #584bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #584bcc


Comments

No comments written yet.

Please login to write comment.