Color Hex Logo

#5118da Color Hex

#5118DA
(81,24,218)
0 Favorites   0 Comments

Color spaces of #5118da

RGB 8124218
HSL0.720.800.47
HSV258°89°85°
CMYK 0.630.890.00   0.15
XYZ16.37497.464666.9074
Yxy7.46460.18040.0823
Hunter Lab27.321459.1702-126.0702
CIE-Lab32.842067.6910-85.8232

#5118da color RGB value is (81,24,218).

#5118da hex color red value is 81, green value is 24 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #5118da hue: 0.72 , saturation: 0.80 and the lightness value of 5118da is 0.47.

The process color (four color CMYK) of #5118da color hex is 0.63, 0.89, 0.00, 0.15. Web safe color of #5118da is #6600cc. Color #5118da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00011000 11011010
Octal 121 30 332
Decimal 81 24 218
Hex 51 18 DA

RGB Percentages of Color #5118da

%25.08
%7.43
%67.49

CMYK Percentages of Color #5118da

%63
%89
%0
%15

Triadic Colors of #5118da

#5118da #da5118 #18da51

Analogous Colors of #5118da

#5118da #b218da #1840da

Monochromatic Colors of #5118da

#5118da

Complementary Color

#5118da #a1da18

#5118da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5118da Color Preview on White Background

Lorem ipsum dolor sit amet.

#5118da Color CSS Codes

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

#5118da Text Font Color

<p style="color:#5118da">Text here</p>

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


#5118da Background Color

<div style="background-color:#5118da">
Div content here</div>

This div background color is #5118da


#5118da Border Color

<div style="border:3px solid #5118da">
Div here</div>

This div border color is #5118da


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,24,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5118da; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5118da;
  -webkit-box-shadow: 1px 1px 3px 2px #5118da;
  box-shadow:         1px 1px 3px 2px #5118da; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,24,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5118da


Comments

No comments written yet.

Please login to write comment.