Color Hex Logo

#583abc Color Hex

#583ABC
(88,58,188)
0 Favorites   0 Comments

Color spaces of #583abc

RGB 8858188
HSL0.710.530.48
HSV254°69°74°
CMYK 0.530.690.00   0.26
XYZ14.61478.731748.4921
Yxy8.73170.20340.1215
Hunter Lab29.549536.5718-76.6132
CIE-Lab35.462546.0467-64.0048

#583abc color RGB value is (88,58,188).

#583abc hex color red value is 88, green value is 58 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #583abc hue: 0.71 , saturation: 0.53 and the lightness value of 583abc is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 00111010 10111100
Octal 130 72 274
Decimal 88 58 188
Hex 58 3A BC

RGB Percentages of Color #583abc

%26.35
%17.37
%56.29

CMYK Percentages of Color #583abc

%53
%69
%0
%26

Triadic Colors of #583abc

#583abc #bc583a #3abc58

Analogous Colors of #583abc

#583abc #993abc #3a5dbc

Monochromatic Colors of #583abc

#583abc

Complementary Color

#583abc #9ebc3a

#583abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#583abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#583abc Color CSS Codes

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

#583abc Text Font Color

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

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


#583abc Background Color

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

This div background color is #583abc


#583abc Border Color

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

This div border color is #583abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #583abc


Comments

No comments written yet.

Please login to write comment.