Color Hex Logo

#1d57af Color Hex

#1D57AF
(29,87,175)
0 Favorites   0 Comments

Color spaces of #1d57af

RGB 2987175
HSL0.600.720.40
HSV216°83°69°
CMYK 0.830.500.00   0.31
XYZ11.652810.172741.9068
Yxy10.17270.18280.1596
Hunter Lab31.89479.3998-55.5756
CIE-Lab38.150614.9821-52.1174

#1d57af color RGB value is (29,87,175).

#1d57af hex color red value is 29, green value is 87 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #1d57af hue: 0.60 , saturation: 0.72 and the lightness value of 1d57af is 0.40.

The process color (four color CMYK) of #1d57af color hex is 0.83, 0.50, 0.00, 0.31. Web safe color of #1d57af is #336699. Color #1d57af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 01010111 10101111
Octal 35 127 257
Decimal 29 87 175
Hex 1D 57 AF

RGB Percentages of Color #1d57af

%9.97
%29.90
%60.14

CMYK Percentages of Color #1d57af

%83
%50
%0
%31

Triadic Colors of #1d57af

#1d57af #af1d57 #57af1d

Analogous Colors of #1d57af

#1d57af #2c1daf #1da0af

Monochromatic Colors of #1d57af

#1d57af

Complementary Color

#1d57af #af751d

#1d57af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1d57af Color Preview on White Background

Lorem ipsum dolor sit amet.

#1d57af Color CSS Codes

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

#1d57af Text Font Color

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

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


#1d57af Background Color

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

This div background color is #1d57af


#1d57af Border Color

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

This div border color is #1d57af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1d57af


Comments

No comments written yet.

Please login to write comment.