Color Hex Logo

#1d13da Color Hex

#1D13DA
(29,19,218)
0 Favorites   0 Comments

Color spaces of #1d13da

RGB 2919218
HSL0.680.840.46
HSV243°91°85°
CMYK 0.870.910.00   0.15
XYZ13.39455.788966.7411
Yxy5.78890.15590.0674
Hunter Lab24.060157.2674-147.6242
CIE-Lab28.873566.7750-92.5245

#1d13da color RGB value is (29,19,218).

#1d13da hex color red value is 29, green value is 19 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #1d13da hue: 0.68 , saturation: 0.84 and the lightness value of 1d13da is 0.46.

The process color (four color CMYK) of #1d13da color hex is 0.87, 0.91, 0.00, 0.15. Web safe color of #1d13da is #3300cc. Color #1d13da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 00010011 11011010
Octal 35 23 332
Decimal 29 19 218
Hex 1D 13 DA

RGB Percentages of Color #1d13da

%10.90
%7.14
%81.95

CMYK Percentages of Color #1d13da

%87
%91
%0
%15

Triadic Colors of #1d13da

#1d13da #da1d13 #13da1d

Analogous Colors of #1d13da

#1d13da #8113da #136dda

Monochromatic Colors of #1d13da

#1d13da

Complementary Color

#1d13da #d0da13

#1d13da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1d13da Color Preview on White Background

Lorem ipsum dolor sit amet.

#1d13da Color CSS Codes

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

#1d13da Text Font Color

<p style="color:#1d13da">Text here</p>

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


#1d13da Background Color

<div style="background-color:#1d13da">
Div content here</div>

This div background color is #1d13da


#1d13da Border Color

<div style="border:3px solid #1d13da">
Div here</div>

This div border color is #1d13da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1d13da


Comments

No comments written yet.

Please login to write comment.