Color Hex Logo

#1c1789 Color Hex

#1C1789
(28,23,137)
0 Favorites   0 Comments

Color spaces of #1c1789

RGB 2823137
HSL0.670.710.31
HSV243°83°54°
CMYK 0.800.830.00   0.46
XYZ5.30062.665823.9021
Yxy2.66580.16630.0836
Hunter Lab16.327329.3767-75.3677
CIE-Lab18.652441.6648-60.9029

#1c1789 color RGB value is (28,23,137).

#1c1789 hex color red value is 28, green value is 23 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #1c1789 hue: 0.67 , saturation: 0.71 and the lightness value of 1c1789 is 0.31.

The process color (four color CMYK) of #1c1789 color hex is 0.80, 0.83, 0.00, 0.46. Web safe color of #1c1789 is #330099. Color #1c1789 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 00010111 10001001
Octal 34 27 211
Decimal 28 23 137
Hex 1C 17 89

RGB Percentages of Color #1c1789

%14.89
%12.23
%72.87

CMYK Percentages of Color #1c1789

%80
%83
%0
%46

Triadic Colors of #1c1789

#1c1789 #891c17 #17891c

Analogous Colors of #1c1789

#1c1789 #551789 #174b89

Monochromatic Colors of #1c1789

#1c1789

Complementary Color

#1c1789 #848917

#1c1789 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1c1789 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1c1789 Color CSS Codes

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

#1c1789 Text Font Color

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

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


#1c1789 Background Color

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

This div background color is #1c1789


#1c1789 Border Color

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

This div border color is #1c1789


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1c1789


Comments

No comments written yet.

Please login to write comment.