Color Hex Logo

#1d005e Color Hex

#1D005E
(29,0,94)
0 Favorites   0 Comments

Color spaces of #1d005e

RGB 29094
HSL0.721.000.18
HSV259°100°37°
CMYK 0.691.000.00   0.63
XYZ2.52711.069410.6629
Yxy1.06940.17720.0750
Hunter Lab10.341225.5234-53.8957
CIE-Lab9.556739.0748-48.1235

#1d005e color RGB value is (29,0,94).

#1d005e hex color red value is 29, green value is 0 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #1d005e hue: 0.72 , saturation: 1.00 and the lightness value of 1d005e is 0.18.

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 00000000 01011110
Octal 35 0 136
Decimal 29 0 94
Hex 1D 0 5E

RGB Percentages of Color #1d005e

%23.58
%0.00
%76.42

CMYK Percentages of Color #1d005e

%69
%100
%0
%63

Triadic Colors of #1d005e

#1d005e #5e1d00 #005e1d

Analogous Colors of #1d005e

#1d005e #4c005e #00125e

Monochromatic Colors of #1d005e

#1d005e

Complementary Color

#1d005e #415e00

#1d005e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1d005e Color Preview on White Background

Lorem ipsum dolor sit amet.

#1d005e Color CSS Codes

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

#1d005e Text Font Color

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

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


#1d005e Background Color

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

This div background color is #1d005e


#1d005e Border Color

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

This div border color is #1d005e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1d005e


Comments

No comments written yet.

Please login to write comment.