Color Hex Logo

#1d3eff Color Hex

#1D3EFF
(29,62,255)
0 Favorites   0 Comments

Color spaces of #1d3eff

RGB 2962255
HSL0.641.000.56
HSV231°89°100°
CMYK 0.890.760.00   0.00
XYZ20.279310.926595.6479
Yxy10.92650.15990.0861
Hunter Lab33.055351.6625-148.4214
CIE-Lab39.456459.7369-95.9295

#1d3eff color RGB value is (29,62,255).

#1d3eff hex color red value is 29, green value is 62 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #1d3eff hue: 0.64 , saturation: 1.00 and the lightness value of 1d3eff is 0.56.

The process color (four color CMYK) of #1d3eff color hex is 0.89, 0.76, 0.00, 0.00. Web safe color of #1d3eff is #3333ff. Color #1d3eff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 00111110 11111111
Octal 35 76 377
Decimal 29 62 255
Hex 1D 3E FF

RGB Percentages of Color #1d3eff

%8.38
%17.92
%73.70

CMYK Percentages of Color #1d3eff

%89
%76
%0
%0

Triadic Colors of #1d3eff

#1d3eff #ff1d3e #3eff1d

Analogous Colors of #1d3eff

#1d3eff #6d1dff #1dafff

Monochromatic Colors of #1d3eff

#1d3eff

Complementary Color

#1d3eff #ffde1d

#1d3eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1d3eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#1d3eff Color CSS Codes

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

#1d3eff Text Font Color

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

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


#1d3eff Background Color

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

This div background color is #1d3eff


#1d3eff Border Color

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

This div border color is #1d3eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1d3eff

Related Colors


Comments

No comments written yet.

Please login to write comment.