Color Hex Logo

#584cbd Color Hex

#584CBD
(88,76,189)
0 Favorites   0 Comments

Color spaces of #584cbd

RGB 8876189
HSL0.680.460.52
HSV246°60°74°
CMYK 0.530.600.00   0.26
XYZ15.794310.917749.4190
Yxy10.91770.20750.1434
Hunter Lab33.041927.5010-65.5474
CIE-Lab39.441535.9170-58.1115

#584cbd color RGB value is (88,76,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 01001100 10111101
Octal 130 114 275
Decimal 88 76 189
Hex 58 4C BD

RGB Percentages of Color #584cbd

%24.93
%21.53
%53.54

CMYK Percentages of Color #584cbd

%53
%60
%0
%26

Triadic Colors of #584cbd

#584cbd #bd584c #4cbd58

Analogous Colors of #584cbd

#584cbd #914cbd #4c79bd

Monochromatic Colors of #584cbd

#584cbd

Complementary Color

#584cbd #b1bd4c

#584cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#584cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#584cbd Color CSS Codes

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

#584cbd Text Font Color

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

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


#584cbd Background Color

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

This div background color is #584cbd


#584cbd Border Color

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

This div border color is #584cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #584cbd


Comments

No comments written yet.

Please login to write comment.