Color Hex Logo

#584bfc Color Hex

#584BFC
(88,75,252)
0 Favorites   0 Comments

Color spaces of #584bfc

RGB 8875252
HSL0.680.970.64
HSV244°70°99°
CMYK 0.650.700.00   0.01
XYZ24.111314.135193.5530
Yxy14.13510.18290.1072
Hunter Lab37.596748.6805-121.2155
CIE-Lab44.426156.0601-85.9523

#584bfc color RGB value is (88,75,252).

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

The process color (four color CMYK) of #584bfc color hex is 0.65, 0.70, 0.00, 0.01. Web safe color of #584bfc is #6633ff. Color #584bfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01001011 11111100
Octal 130 113 374
Decimal 88 75 252
Hex 58 4B FC

RGB Percentages of Color #584bfc

%21.20
%18.07
%60.72

CMYK Percentages of Color #584bfc

%65
%70
%0
%1

Triadic Colors of #584bfc

#584bfc #fc584b #4bfc58

Analogous Colors of #584bfc

#584bfc #b14bfc #4b97fc

Monochromatic Colors of #584bfc

#584bfc

Complementary Color

#584bfc #effc4b

#584bfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#584bfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#584bfc Color CSS Codes

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

#584bfc Text Font Color

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

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


#584bfc Background Color

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

This div background color is #584bfc


#584bfc Border Color

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

This div border color is #584bfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #584bfc


Comments

No comments written yet.

Please login to write comment.