Color Hex Logo

#583dc0 Color Hex

#583DC0
(88,61,192)
0 Favorites   0 Comments

Color spaces of #583dc0

RGB 8861192
HSL0.700.520.50
HSV252°68°75°
CMYK 0.540.680.00   0.25
XYZ15.20779.218050.8469
Yxy9.21800.20200.1225
Hunter Lab30.361236.2774-78.0422
CIE-Lab36.400745.5778-64.8206

#583dc0 color RGB value is (88,61,192).

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

The process color (four color CMYK) of #583dc0 color hex is 0.54, 0.68, 0.00, 0.25. Web safe color of #583dc0 is #6633cc. Color #583dc0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00111101 11000000
Octal 130 75 300
Decimal 88 61 192
Hex 58 3D C0

RGB Percentages of Color #583dc0

%25.81
%17.89
%56.30

CMYK Percentages of Color #583dc0

%54
%68
%0
%25

Triadic Colors of #583dc0

#583dc0 #c0583d #3dc058

Analogous Colors of #583dc0

#583dc0 #9a3dc0 #3d64c0

Monochromatic Colors of #583dc0

#583dc0

Complementary Color

#583dc0 #a5c03d

#583dc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#583dc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#583dc0 Color CSS Codes

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

#583dc0 Text Font Color

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

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


#583dc0 Background Color

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

This div background color is #583dc0


#583dc0 Border Color

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

This div border color is #583dc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #583dc0


Comments

No comments written yet.

Please login to write comment.