Color Hex Logo

#584bfb Color Hex

#584BFB
(88,75,251)
0 Favorites   0 Comments

Color spaces of #584bfb

RGB 8875251
HSL0.680.960.64
HSV244°70°98°
CMYK 0.650.700.00   0.02
XYZ23.953214.071992.7205
Yxy14.07190.18320.1076
Hunter Lab37.512548.3322-120.2895
CIE-Lab44.335955.7555-85.5422

#584bfb color RGB value is (88,75,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 01001011 11111011
Octal 130 113 373
Decimal 88 75 251
Hex 58 4B FB

RGB Percentages of Color #584bfb

%21.26
%18.12
%60.63

CMYK Percentages of Color #584bfb

%65
%70
%0
%2

Triadic Colors of #584bfb

#584bfb #fb584b #4bfb58

Analogous Colors of #584bfb

#584bfb #b04bfb #4b96fb

Monochromatic Colors of #584bfb

#584bfb

Complementary Color

#584bfb #eefb4b

#584bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#584bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#584bfb Color CSS Codes

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

#584bfb Text Font Color

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

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


#584bfb Background Color

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

This div background color is #584bfb


#584bfb Border Color

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

This div border color is #584bfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #584bfb

Related Colors


Comments

No comments written yet.

Please login to write comment.