Color Hex Logo

#1c325a Color Hex

#1C325A
(28,50,90)
0 Favorites   0 Comments

Color spaces of #1c325a

RGB 285090
HSL0.610.530.23
HSV219°69°35°
CMYK 0.690.440.00   0.65
XYZ3.46503.266310.1207
Yxy3.26630.20560.1938
Hunter Lab18.07292.5950-20.5509
CIE-Lab21.08035.9611-26.6654

#1c325a color RGB value is (28,50,90).

#1c325a hex color red value is 28, green value is 50 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #1c325a hue: 0.61 , saturation: 0.53 and the lightness value of 1c325a is 0.23.

The process color (four color CMYK) of #1c325a color hex is 0.69, 0.44, 0.00, 0.65. Web safe color of #1c325a is #333366. Color #1c325a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 00110010 01011010
Octal 34 62 132
Decimal 28 50 90
Hex 1C 32 5A

RGB Percentages of Color #1c325a

%16.67
%29.76
%53.57

CMYK Percentages of Color #1c325a

%69
%44
%0
%65

Triadic Colors of #1c325a

#1c325a #5a1c32 #325a1c

Analogous Colors of #1c325a

#1c325a #251c5a #1c515a

Monochromatic Colors of #1c325a

#1c325a

Complementary Color

#1c325a #5a441c

#1c325a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1c325a Color Preview on White Background

Lorem ipsum dolor sit amet.

#1c325a Color CSS Codes

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

#1c325a Text Font Color

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

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


#1c325a Background Color

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

This div background color is #1c325a


#1c325a Border Color

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

This div border color is #1c325a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1c325a


Comments

No comments written yet.

Please login to write comment.