Color Hex Logo

#1313dd Color Hex

#1313DD
(19,19,221)
0 Favorites   0 Comments

Color spaces of #1313dd

RGB 1919221
HSL0.670.840.47
HSV240°91°87°
CMYK 0.910.910.00   0.13
XYZ13.55265.824668.8166
Yxy5.82460.15370.0660
Hunter Lab24.134258.0021-152.1663
CIE-Lab28.965667.3979-94.1089

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

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

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

Base Numbers

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

RGB Percentages of Color #1313dd

%7.34
%7.34
%85.33

CMYK Percentages of Color #1313dd

%91
%91
%0
%13

Triadic Colors of #1313dd

#1313dd #dd1313 #13dd13

Analogous Colors of #1313dd

#1313dd #7813dd #1378dd

Monochromatic Colors of #1313dd

#1313dd

Complementary Color

#1313dd #dddd13

#1313dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1313dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1313dd Color CSS Codes

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

#1313dd Text Font Color

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

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


#1313dd Background Color

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

This div background color is #1313dd


#1313dd Border Color

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

This div border color is #1313dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1313dd


Comments

No comments written yet.

Please login to write comment.