Color Hex Logo

#1d57fa Color Hex

#1D57FA
(29,87,250)
0 Favorites   0 Comments

Color spaces of #1d57fa

RGB 2987250
HSL0.620.960.55
HSV224°88°98°
CMYK 0.880.650.00   0.02
XYZ21.170213.979792.0250
Yxy13.97970.16650.1099
Hunter Lab37.389435.6366-119.7553
CIE-Lab44.203843.5866-85.2947

#1d57fa color RGB value is (29,87,250).

#1d57fa hex color red value is 29, green value is 87 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #1d57fa hue: 0.62 , saturation: 0.96 and the lightness value of 1d57fa is 0.55.

The process color (four color CMYK) of #1d57fa color hex is 0.88, 0.65, 0.00, 0.02. Web safe color of #1d57fa is #3366ff. Color #1d57fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 01010111 11111010
Octal 35 127 372
Decimal 29 87 250
Hex 1D 57 FA

RGB Percentages of Color #1d57fa

%7.92
%23.77
%68.31

CMYK Percentages of Color #1d57fa

%88
%65
%0
%2

Triadic Colors of #1d57fa

#1d57fa #fa1d57 #57fa1d

Analogous Colors of #1d57fa

#1d57fa #511dfa #1dc6fa

Monochromatic Colors of #1d57fa

#1d57fa

Complementary Color

#1d57fa #fac01d

#1d57fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1d57fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#1d57fa Color CSS Codes

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

#1d57fa Text Font Color

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

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


#1d57fa Background Color

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

This div background color is #1d57fa


#1d57fa Border Color

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

This div border color is #1d57fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1d57fa


Comments

No comments written yet.

Please login to write comment.