Color Hex Logo

#1c0990 Color Hex

#1C0990
(28,9,144)
0 Favorites   0 Comments

Color spaces of #1c0990

RGB 289144
HSL0.690.880.30
HSV248°94°56°
CMYK 0.810.940.00   0.44
XYZ5.61062.455926.5639
Yxy2.45590.16200.0709
Hunter Lab15.671336.4813-89.5305
CIE-Lab17.718049.3464-66.8360

#1c0990 color RGB value is (28,9,144).

#1c0990 hex color red value is 28, green value is 9 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #1c0990 hue: 0.69 , saturation: 0.88 and the lightness value of 1c0990 is 0.30.

The process color (four color CMYK) of #1c0990 color hex is 0.81, 0.94, 0.00, 0.44. Web safe color of #1c0990 is #330099. Color #1c0990 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 00001001 10010000
Octal 34 11 220
Decimal 28 9 144
Hex 1C 9 90

RGB Percentages of Color #1c0990

%15.47
%4.97
%79.56

CMYK Percentages of Color #1c0990

%81
%94
%0
%44

Triadic Colors of #1c0990

#1c0990 #901c09 #09901c

Analogous Colors of #1c0990

#1c0990 #600990 #093990

Monochromatic Colors of #1c0990

#1c0990

Complementary Color

#1c0990 #7d9009

#1c0990 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1c0990 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1c0990 Color CSS Codes

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

#1c0990 Text Font Color

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

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


#1c0990 Background Color

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

This div background color is #1c0990


#1c0990 Border Color

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

This div border color is #1c0990


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1c0990


Comments

No comments written yet.

Please login to write comment.