Color Hex Logo

#583ccc Color Hex

#583CCC
(88,60,204)
0 Favorites   0 Comments

Color spaces of #583ccc

RGB 8860204
HSL0.700.590.52
HSV252°71°80°
CMYK 0.570.710.00   0.20
XYZ16.53949.666158.1208
Yxy9.66610.19610.1146
Hunter Lab31.090440.5501-89.0744
CIE-Lab37.236449.6783-70.4516

#583ccc color RGB value is (88,60,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 00111100 11001100
Octal 130 74 314
Decimal 88 60 204
Hex 58 3C CC

RGB Percentages of Color #583ccc

%25.00
%17.05
%57.95

CMYK Percentages of Color #583ccc

%57
%71
%0
%20

Triadic Colors of #583ccc

#583ccc #cc583c #3ccc58

Analogous Colors of #583ccc

#583ccc #a03ccc #3c68cc

Monochromatic Colors of #583ccc

#583ccc

Complementary Color

#583ccc #b0cc3c

#583ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#583ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#583ccc Color CSS Codes

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

#583ccc Text Font Color

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

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


#583ccc Background Color

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

This div background color is #583ccc


#583ccc Border Color

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

This div border color is #583ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #583ccc


Comments

No comments written yet.

Please login to write comment.