Color Hex Logo

#583bbd Color Hex

#583BBD
(88,59,189)
0 Favorites   0 Comments

Color spaces of #583bbd

RGB 8859189
HSL0.700.520.49
HSV253°69°74°
CMYK 0.530.690.00   0.26
XYZ14.77388.876849.0788
Yxy8.87680.20310.1221
Hunter Lab29.794036.3726-76.8111
CIE-Lab35.746045.7932-64.1295

#583bbd color RGB value is (88,59,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 00111011 10111101
Octal 130 73 275
Decimal 88 59 189
Hex 58 3B BD

RGB Percentages of Color #583bbd

%26.19
%17.56
%56.25

CMYK Percentages of Color #583bbd

%53
%69
%0
%26

Triadic Colors of #583bbd

#583bbd #bd583b #3bbd58

Analogous Colors of #583bbd

#583bbd #993bbd #3b5fbd

Monochromatic Colors of #583bbd

#583bbd

Complementary Color

#583bbd #a0bd3b

#583bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#583bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#583bbd Color CSS Codes

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

#583bbd Text Font Color

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

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


#583bbd Background Color

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

This div background color is #583bbd


#583bbd Border Color

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

This div border color is #583bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #583bbd


Comments

No comments written yet.

Please login to write comment.