Color Hex Logo

#0513dd Color Hex

#0513DD
(5,19,221)
0 Favorites   0 Comments

Color spaces of #0513dd

RGB 519221
HSL0.660.960.44
HSV236°98°87°
CMYK 0.980.910.00   0.13
XYZ13.34665.718568.8069
Yxy5.71850.15190.0651
Hunter Lab23.913457.7765-153.8580
CIE-Lab28.690967.2517-94.5745

#0513dd color RGB value is (5,19,221).

#0513dd hex color red value is 5, green value is 19 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #0513dd hue: 0.66 , saturation: 0.96 and the lightness value of 0513dd is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 00010011 11011101
Octal 5 23 335
Decimal 5 19 221
Hex 5 13 DD

RGB Percentages of Color #0513dd

%2.04
%7.76
%90.20

CMYK Percentages of Color #0513dd

%98
%91
%0
%13

Triadic Colors of #0513dd

#0513dd #dd0513 #13dd05

Analogous Colors of #0513dd

#0513dd #6305dd #057fdd

Monochromatic Colors of #0513dd

#0513dd

Complementary Color

#0513dd #ddcf05

#0513dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0513dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0513dd Color CSS Codes

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

#0513dd Text Font Color

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

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


#0513dd Background Color

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

This div background color is #0513dd


#0513dd Border Color

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

This div border color is #0513dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0513dd


Comments

No comments written yet.

Please login to write comment.