Color Hex Logo

#584bcf Color Hex

#584BCF
(88,75,207)
0 Favorites   0 Comments

Color spaces of #584bcf

RGB 8875207
HSL0.680.580.55
HSV246°64°81°
CMYK 0.570.640.00   0.19
XYZ17.803111.611960.3345
Yxy11.61190.19840.1294
Hunter Lab34.076233.6237-81.1240
CIE-Lab40.592542.1477-66.6993

#584bcf color RGB value is (88,75,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 01001011 11001111
Octal 130 113 317
Decimal 88 75 207
Hex 58 4B CF

RGB Percentages of Color #584bcf

%23.78
%20.27
%55.95

CMYK Percentages of Color #584bcf

%57
%64
%0
%19

Triadic Colors of #584bcf

#584bcf #cf584b #4bcf58

Analogous Colors of #584bcf

#584bcf #9a4bcf #4b80cf

Monochromatic Colors of #584bcf

#584bcf

Complementary Color

#584bcf #c2cf4b

#584bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#584bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#584bcf Color CSS Codes

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

#584bcf Text Font Color

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

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


#584bcf Background Color

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

This div background color is #584bcf


#584bcf Border Color

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

This div border color is #584bcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #584bcf


Comments

No comments written yet.

Please login to write comment.