Color Hex Logo

#5918dd Color Hex

#5918DD
(89,24,221)
0 Favorites   0 Comments

Color spaces of #5918dd

RGB 8924221
HSL0.720.800.48
HSV260°89°87°
CMYK 0.600.890.00   0.13
XYZ17.49767.997669.0281
Yxy7.99760.18510.0846
Hunter Lab28.280060.9526-124.9236
CIE-Lab33.977969.0133-85.6426

#5918dd color RGB value is (89,24,221).

#5918dd hex color red value is 89, green value is 24 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #5918dd hue: 0.72 , saturation: 0.80 and the lightness value of 5918dd is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 00011000 11011101
Octal 131 30 335
Decimal 89 24 221
Hex 59 18 DD

RGB Percentages of Color #5918dd

%26.65
%7.19
%66.17

CMYK Percentages of Color #5918dd

%60
%89
%0
%13

Triadic Colors of #5918dd

#5918dd #dd5918 #18dd59

Analogous Colors of #5918dd

#5918dd #bc18dd #1839dd

Monochromatic Colors of #5918dd

#5918dd

Complementary Color

#5918dd #9cdd18

#5918dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5918dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5918dd Color CSS Codes

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

#5918dd Text Font Color

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

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


#5918dd Background Color

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

This div background color is #5918dd


#5918dd Border Color

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

This div border color is #5918dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(89,24,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 #5918dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5918dd


Comments

No comments written yet.

Please login to write comment.