Color Hex Logo

#5846db Color Hex

#5846DB
(88,70,219)
0 Favorites   0 Comments

Color spaces of #5846db

RGB 8870219
HSL0.690.670.57
HSV247°68°86°
CMYK 0.600.680.00   0.14
XYZ19.000811.569568.2495
Yxy11.56950.19230.1171
Hunter Lab34.014040.1888-95.1564
CIE-Lab40.523648.7216-73.7085

#5846db color RGB value is (88,70,219).

#5846db hex color red value is 88, green value is 70 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #5846db hue: 0.69 , saturation: 0.67 and the lightness value of 5846db is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 01000110 11011011
Octal 130 106 333
Decimal 88 70 219
Hex 58 46 DB

RGB Percentages of Color #5846db

%23.34
%18.57
%58.09

CMYK Percentages of Color #5846db

%60
%68
%0
%14

Triadic Colors of #5846db

#5846db #db5846 #46db58

Analogous Colors of #5846db

#5846db #a346db #467fdb

Monochromatic Colors of #5846db

#5846db

Complementary Color

#5846db #c9db46

#5846db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5846db Color Preview on White Background

Lorem ipsum dolor sit amet.

#5846db Color CSS Codes

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

#5846db Text Font Color

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

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


#5846db Background Color

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

This div background color is #5846db


#5846db Border Color

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

This div border color is #5846db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88,70,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 #5846db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5846db


Comments

No comments written yet.

Please login to write comment.