Color Hex Logo

#1d4ffc Color Hex

#1D4FFC
(29,79,252)
0 Favorites   0 Comments

Color spaces of #1d4ffc

RGB 2979252
HSL0.630.970.55
HSV227°88°99°
CMYK 0.880.690.00   0.01
XYZ20.873412.881593.4817
Yxy12.88150.16410.1012
Hunter Lab35.890841.0032-129.3040
CIE-Lab42.584249.1448-89.0797

#1d4ffc color RGB value is (29,79,252).

#1d4ffc hex color red value is 29, green value is 79 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #1d4ffc hue: 0.63 , saturation: 0.97 and the lightness value of 1d4ffc is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 01001111 11111100
Octal 35 117 374
Decimal 29 79 252
Hex 1D 4F FC

RGB Percentages of Color #1d4ffc

%8.06
%21.94
%70.00

CMYK Percentages of Color #1d4ffc

%88
%69
%0
%1

Triadic Colors of #1d4ffc

#1d4ffc #fc1d4f #4ffc1d

Analogous Colors of #1d4ffc

#1d4ffc #5b1dfc #1dbffc

Monochromatic Colors of #1d4ffc

#1d4ffc

Complementary Color

#1d4ffc #fcca1d

#1d4ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1d4ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1d4ffc Color CSS Codes

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

#1d4ffc Text Font Color

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

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


#1d4ffc Background Color

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

This div background color is #1d4ffc


#1d4ffc Border Color

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

This div border color is #1d4ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1d4ffc


Comments

No comments written yet.

Please login to write comment.