Color Hex Logo

#583dc5 Color Hex

#583DC5
(88,61,197)
0 Favorites   0 Comments

Color spaces of #583dc5

RGB 8861197
HSL0.700.540.51
HSV252°69°77°
CMYK 0.550.690.00   0.23
XYZ15.77139.443453.8148
Yxy9.44340.19960.1195
Hunter Lab30.730137.8320-82.3180
CIE-Lab36.824347.0643-67.0522

#583dc5 color RGB value is (88,61,197).

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

The process color (four color CMYK) of #583dc5 color hex is 0.55, 0.69, 0.00, 0.23. Web safe color of #583dc5 is #6633cc. Color #583dc5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00111101 11000101
Octal 130 75 305
Decimal 88 61 197
Hex 58 3D C5

RGB Percentages of Color #583dc5

%25.43
%17.63
%56.94

CMYK Percentages of Color #583dc5

%55
%69
%0
%23

Triadic Colors of #583dc5

#583dc5 #c5583d #3dc558

Analogous Colors of #583dc5

#583dc5 #9c3dc5 #3d66c5

Monochromatic Colors of #583dc5

#583dc5

Complementary Color

#583dc5 #aac53d

#583dc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#583dc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#583dc5 Color CSS Codes

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

#583dc5 Text Font Color

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

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


#583dc5 Background Color

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

This div background color is #583dc5


#583dc5 Border Color

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

This div border color is #583dc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #583dc5


Comments

No comments written yet.

Please login to write comment.