Color Hex Logo

#0518de Color Hex

#0518DE
(5,24,222)
0 Favorites   0 Comments

Color spaces of #0518de

RGB 524222
HSL0.650.960.45
HSV235°98°87°
CMYK 0.980.890.00   0.13
XYZ13.57405.959569.5421
Yxy5.95950.15240.0669
Hunter Lab24.412156.5313-151.8095
CIE-Lab29.310166.0504-94.1160

#0518de color RGB value is (5,24,222).

#0518de hex color red value is 5, green value is 24 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #0518de hue: 0.65 , saturation: 0.96 and the lightness value of 0518de is 0.45.

The process color (four color CMYK) of #0518de color hex is 0.98, 0.89, 0.00, 0.13. Web safe color of #0518de is #0000cc. Color #0518de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00011000 11011110
Octal 5 30 336
Decimal 5 24 222
Hex 5 18 DE

RGB Percentages of Color #0518de

%1.99
%9.56
%88.45

CMYK Percentages of Color #0518de

%98
%89
%0
%13

Triadic Colors of #0518de

#0518de #de0518 #18de05

Analogous Colors of #0518de

#0518de #5f05de #0585de

Monochromatic Colors of #0518de

#0518de

Complementary Color

#0518de #decb05

#0518de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0518de Color Preview on White Background

Lorem ipsum dolor sit amet.

#0518de Color CSS Codes

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

#0518de Text Font Color

<p style="color:#0518de">Text here</p>

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


#0518de Background Color

<div style="background-color:#0518de">
Div content here</div>

This div background color is #0518de


#0518de Border Color

<div style="border:3px solid #0518de">
Div here</div>

This div border color is #0518de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,24,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0518de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0518de;
  -webkit-box-shadow: 1px 1px 3px 2px #0518de;
  box-shadow:         1px 1px 3px 2px #0518de; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0518de


Comments

No comments written yet.

Please login to write comment.