Color Hex Logo

#1d024d Color Hex

#1D024D
(29,2,77)
0 Favorites   0 Comments

Color spaces of #1d024d

RGB 29277
HSL0.730.950.15
HSV262°97°30°
CMYK 0.620.970.00   0.70
XYZ1.86800.84047.0849
Yxy0.84040.19070.0858
Hunter Lab9.167320.3296-39.4047
CIE-Lab7.591333.2459-39.7683

#1d024d color RGB value is (29,2,77).

#1d024d hex color red value is 29, green value is 2 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #1d024d hue: 0.73 , saturation: 0.95 and the lightness value of 1d024d is 0.15.

The process color (four color CMYK) of #1d024d color hex is 0.62, 0.97, 0.00, 0.70. Web safe color of #1d024d is #330066. Color #1d024d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 00000010 01001101
Octal 35 2 115
Decimal 29 2 77
Hex 1D 2 4D

RGB Percentages of Color #1d024d

%26.85
%1.85
%71.30

CMYK Percentages of Color #1d024d

%62
%97
%0
%70

Triadic Colors of #1d024d

#1d024d #4d1d02 #024d1d

Analogous Colors of #1d024d

#1d024d #43024d #020d4d

Monochromatic Colors of #1d024d

#1d024d

Complementary Color

#1d024d #324d02

#1d024d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1d024d Color Preview on White Background

Lorem ipsum dolor sit amet.

#1d024d Color CSS Codes

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

#1d024d Text Font Color

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

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


#1d024d Background Color

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

This div background color is #1d024d


#1d024d Border Color

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

This div border color is #1d024d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1d024d


Comments

No comments written yet.

Please login to write comment.