Color Hex Logo

#5831db Color Hex

#5831DB
(88,49,219)
0 Favorites   0 Comments

Color spaces of #5831db

RGB 8849219
HSL0.700.700.53
HSV254°78°86°
CMYK 0.600.780.00   0.14
XYZ17.90909.385867.8856
Yxy9.38580.18820.0986
Hunter Lab30.636350.7321-109.9329
CIE-Lab36.716759.4199-79.9673

#5831db color RGB value is (88,49,219).

#5831db hex color red value is 88, green value is 49 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #5831db hue: 0.70 , saturation: 0.70 and the lightness value of 5831db is 0.53.

The process color (four color CMYK) of #5831db color hex is 0.60, 0.78, 0.00, 0.14. Web safe color of #5831db is #6633cc. Color #5831db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00110001 11011011
Octal 130 61 333
Decimal 88 49 219
Hex 58 31 DB

RGB Percentages of Color #5831db

%24.72
%13.76
%61.52

CMYK Percentages of Color #5831db

%60
%78
%0
%14

Triadic Colors of #5831db

#5831db #db5831 #31db58

Analogous Colors of #5831db

#5831db #ad31db #315fdb

Monochromatic Colors of #5831db

#5831db

Complementary Color

#5831db #b4db31

#5831db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5831db Color Preview on White Background

Lorem ipsum dolor sit amet.

#5831db Color CSS Codes

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

#5831db Text Font Color

<p style="color:#5831db">Text here</p>

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


#5831db Background Color

<div style="background-color:#5831db">
Div content here</div>

This div background color is #5831db


#5831db Border Color

<div style="border:3px solid #5831db">
Div here</div>

This div border color is #5831db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,49,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5831db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5831db;
  -webkit-box-shadow: 1px 1px 3px 2px #5831db;
  box-shadow:         1px 1px 3px 2px #5831db; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5831db


Comments

No comments written yet.

Please login to write comment.