Color Hex Logo

#5854dd Color Hex

#5854DD
(88,84,221)
0 Favorites   0 Comments

Color spaces of #5854dd

RGB 8884221
HSL0.670.670.60
HSV242°62°87°
CMYK 0.600.620.00   0.13
XYZ20.246013.635869.9715
Yxy13.63580.19490.1313
Hunter Lab36.926733.2455-86.4985
CIE-Lab43.706041.2559-69.6491

#5854dd color RGB value is (88,84,221).

#5854dd hex color red value is 88, green value is 84 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #5854dd hue: 0.67 , saturation: 0.67 and the lightness value of 5854dd is 0.60.

The process color (four color CMYK) of #5854dd color hex is 0.60, 0.62, 0.00, 0.13. Web safe color of #5854dd is #6666cc. Color #5854dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01010100 11011101
Octal 130 124 335
Decimal 88 84 221
Hex 58 54 DD

RGB Percentages of Color #5854dd

%22.39
%21.37
%56.23

CMYK Percentages of Color #5854dd

%60
%62
%0
%13

Triadic Colors of #5854dd

#5854dd #dd5854 #54dd58

Analogous Colors of #5854dd

#5854dd #9d54dd #5495dd

Monochromatic Colors of #5854dd

#5854dd

Complementary Color

#5854dd #d9dd54

#5854dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5854dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5854dd Color CSS Codes

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

#5854dd Text Font Color

<p style="color:#5854dd">Text here</p>

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


#5854dd Background Color

<div style="background-color:#5854dd">
Div content here</div>

This div background color is #5854dd


#5854dd Border Color

<div style="border:3px solid #5854dd">
Div here</div>

This div border color is #5854dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,84,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5854dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5854dd;
  -webkit-box-shadow: 1px 1px 3px 2px #5854dd;
  box-shadow:         1px 1px 3px 2px #5854dd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5854dd


Comments

No comments written yet.

Please login to write comment.