Color Hex Logo

#1c4aea Color Hex

#1C4AEA
(28,74,234)
0 Favorites   0 Comments

Color spaces of #1c4aea

RGB 2874234
HSL0.630.830.51
HSV227°88°92°
CMYK 0.880.680.00   0.08
XYZ17.779011.084979.0445
Yxy11.08490.16480.1027
Hunter Lab33.294037.0546-117.4568
CIE-Lab39.723145.7661-83.6750

#1c4aea color RGB value is (28,74,234).

#1c4aea hex color red value is 28, green value is 74 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #1c4aea hue: 0.63 , saturation: 0.83 and the lightness value of 1c4aea is 0.51.

The process color (four color CMYK) of #1c4aea color hex is 0.88, 0.68, 0.00, 0.08. Web safe color of #1c4aea is #3333ff. Color #1c4aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 01001010 11101010
Octal 34 112 352
Decimal 28 74 234
Hex 1C 4A EA

RGB Percentages of Color #1c4aea

%8.33
%22.02
%69.64

CMYK Percentages of Color #1c4aea

%88
%68
%0
%8

Triadic Colors of #1c4aea

#1c4aea #ea1c4a #4aea1c

Analogous Colors of #1c4aea

#1c4aea #551cea #1cb1ea

Monochromatic Colors of #1c4aea

#1c4aea

Complementary Color

#1c4aea #eabc1c

#1c4aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1c4aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#1c4aea Color CSS Codes

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

#1c4aea Text Font Color

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

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


#1c4aea Background Color

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

This div background color is #1c4aea


#1c4aea Border Color

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

This div border color is #1c4aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1c4aea


Comments

No comments written yet.

Please login to write comment.