Color Hex Logo

#1c429f Color Hex

#1C429F
(28,66,159)
0 Favorites   0 Comments

Color spaces of #1c429f

RGB 2866159
HSL0.620.700.37
HSV223°82°62°
CMYK 0.820.580.00   0.38
XYZ8.68516.646533.6260
Yxy6.64650.17740.1358
Hunter Lab25.780815.0171-59.2856
CIE-Lab30.988222.6717-54.1729

#1c429f color RGB value is (28,66,159).

#1c429f hex color red value is 28, green value is 66 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #1c429f hue: 0.62 , saturation: 0.70 and the lightness value of 1c429f is 0.37.

The process color (four color CMYK) of #1c429f color hex is 0.82, 0.58, 0.00, 0.38. Web safe color of #1c429f is #333399. Color #1c429f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 01000010 10011111
Octal 34 102 237
Decimal 28 66 159
Hex 1C 42 9F

RGB Percentages of Color #1c429f

%11.07
%26.09
%62.85

CMYK Percentages of Color #1c429f

%82
%58
%0
%38

Triadic Colors of #1c429f

#1c429f #9f1c42 #429f1c

Analogous Colors of #1c429f

#1c429f #371c9f #1c849f

Monochromatic Colors of #1c429f

#1c429f

Complementary Color

#1c429f #9f791c

#1c429f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1c429f Color Preview on White Background

Lorem ipsum dolor sit amet.

#1c429f Color CSS Codes

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

#1c429f Text Font Color

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

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


#1c429f Background Color

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

This div background color is #1c429f


#1c429f Border Color

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

This div border color is #1c429f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(28,66,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1c429f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1c429f;
  -webkit-box-shadow: 1px 1px 3px 2px #1c429f;
  box-shadow:         1px 1px 3px 2px #1c429f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1c429f


Comments

No comments written yet.

Please login to write comment.