Color Hex Logo

#583dcf Color Hex

#583DCF
(88,61,207)
0 Favorites   0 Comments

Color spaces of #583dcf

RGB 8861207
HSL0.700.600.53
HSV251°71°81°
CMYK 0.570.710.00   0.19
XYZ16.95579.917260.0520
Yxy9.91720.19510.1141
Hunter Lab31.491640.9977-91.0173
CIE-Lab37.693450.0309-71.4410

#583dcf color RGB value is (88,61,207).

#583dcf hex color red value is 88, green value is 61 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #583dcf hue: 0.70 , saturation: 0.60 and the lightness value of 583dcf is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 00111101 11001111
Octal 130 75 317
Decimal 88 61 207
Hex 58 3D CF

RGB Percentages of Color #583dcf

%24.72
%17.13
%58.15

CMYK Percentages of Color #583dcf

%57
%71
%0
%19

Triadic Colors of #583dcf

#583dcf #cf583d #3dcf58

Analogous Colors of #583dcf

#583dcf #a13dcf #3d6bcf

Monochromatic Colors of #583dcf

#583dcf

Complementary Color

#583dcf #b4cf3d

#583dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#583dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#583dcf Color CSS Codes

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

#583dcf Text Font Color

<p style="color:#583dcf">Text here</p>

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


#583dcf Background Color

<div style="background-color:#583dcf">
Div content here</div>

This div background color is #583dcf


#583dcf Border Color

<div style="border:3px solid #583dcf">
Div here</div>

This div border color is #583dcf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88,61,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 #583dcf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #583dcf


Comments

No comments written yet.

Please login to write comment.