Color Hex Logo

#1c2398 Color Hex

#1C2398
(28,35,152)
0 Favorites   0 Comments

Color spaces of #1c2398

RGB 2835152
HSL0.660.690.35
HSV237°82°60°
CMYK 0.820.770.00   0.40
XYZ6.74743.715930.0674
Yxy3.71590.16650.0917
Hunter Lab19.276728.7461-78.9858
CIE-Lab22.709140.1819-63.4995

#1c2398 color RGB value is (28,35,152).

#1c2398 hex color red value is 28, green value is 35 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #1c2398 hue: 0.66 , saturation: 0.69 and the lightness value of 1c2398 is 0.35.

The process color (four color CMYK) of #1c2398 color hex is 0.82, 0.77, 0.00, 0.40. Web safe color of #1c2398 is #333399. Color #1c2398 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 00100011 10011000
Octal 34 43 230
Decimal 28 35 152
Hex 1C 23 98

RGB Percentages of Color #1c2398

%13.02
%16.28
%70.70

CMYK Percentages of Color #1c2398

%82
%77
%0
%40

Triadic Colors of #1c2398

#1c2398 #981c23 #23981c

Analogous Colors of #1c2398

#1c2398 #531c98 #1c6198

Monochromatic Colors of #1c2398

#1c2398

Complementary Color

#1c2398 #98911c

#1c2398 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1c2398 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1c2398 Color CSS Codes

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

#1c2398 Text Font Color

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

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


#1c2398 Background Color

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

This div background color is #1c2398


#1c2398 Border Color

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

This div border color is #1c2398


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1c2398


Comments

No comments written yet.

Please login to write comment.