Color Hex Logo

#1d014f Color Hex

#1D014F
(29,1,79)
0 Favorites   0 Comments

Color spaces of #1d014f

RGB 29179
HSL0.730.980.16
HSV262°99°31°
CMYK 0.630.990.00   0.69
XYZ1.92880.84747.4590
Yxy0.84740.18840.0828
Hunter Lab9.205421.2913-41.5978
CIE-Lab7.654534.4217-41.0510

#1d014f color RGB value is (29,1,79).

#1d014f hex color red value is 29, green value is 1 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #1d014f hue: 0.73 , saturation: 0.98 and the lightness value of 1d014f is 0.16.

The process color (four color CMYK) of #1d014f color hex is 0.63, 0.99, 0.00, 0.69. Web safe color of #1d014f is #330066. Color #1d014f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 00000001 01001111
Octal 35 1 117
Decimal 29 1 79
Hex 1D 1 4F

RGB Percentages of Color #1d014f

%26.61
%0.92
%72.48

CMYK Percentages of Color #1d014f

%63
%99
%0
%69

Triadic Colors of #1d014f

#1d014f #4f1d01 #014f1d

Analogous Colors of #1d014f

#1d014f #44014f #010c4f

Monochromatic Colors of #1d014f

#1d014f

Complementary Color

#1d014f #334f01

#1d014f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1d014f Color Preview on White Background

Lorem ipsum dolor sit amet.

#1d014f Color CSS Codes

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

#1d014f Text Font Color

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

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


#1d014f Background Color

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

This div background color is #1d014f


#1d014f Border Color

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

This div border color is #1d014f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(29,1,79, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1d014f


Comments

No comments written yet.

Please login to write comment.