Color Hex Logo

#1c4088 Color Hex

#1C4088
(28,64,136)
0 Favorites   0 Comments

Color spaces of #1c4088

RGB 2864136
HSL0.610.660.32
HSV220°79°53°
CMYK 0.790.530.00   0.47
XYZ6.75625.691224.0350
Yxy5.69120.18520.1560
Hunter Lab23.85628.8036-43.0349
CIE-Lab28.619614.7953-43.9413

#1c4088 color RGB value is (28,64,136).

#1c4088 hex color red value is 28, green value is 64 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #1c4088 hue: 0.61 , saturation: 0.66 and the lightness value of 1c4088 is 0.32.

The process color (four color CMYK) of #1c4088 color hex is 0.79, 0.53, 0.00, 0.47. Web safe color of #1c4088 is #333399. Color #1c4088 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 01000000 10001000
Octal 34 100 210
Decimal 28 64 136
Hex 1C 40 88

RGB Percentages of Color #1c4088

%12.28
%28.07
%59.65

CMYK Percentages of Color #1c4088

%79
%53
%0
%47

Triadic Colors of #1c4088

#1c4088 #881c40 #40881c

Analogous Colors of #1c4088

#1c4088 #2e1c88 #1c7688

Monochromatic Colors of #1c4088

#1c4088

Complementary Color

#1c4088 #88641c

#1c4088 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1c4088 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1c4088 Color CSS Codes

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

#1c4088 Text Font Color

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

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


#1c4088 Background Color

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

This div background color is #1c4088


#1c4088 Border Color

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

This div border color is #1c4088


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1c4088


Comments

No comments written yet.

Please login to write comment.