Color Hex Logo

#1c0047 Color Hex

#1C0047
(28,0,71)
0 Favorites   0 Comments

Color spaces of #1c0047

RGB 28071
HSL0.731.000.14
HSV264°100°28°
CMYK 0.611.000.00   0.72
XYZ1.61620.70186.0115
Yxy0.70180.19400.0843
Hunter Lab8.377419.7767-36.6817
CIE-Lab6.339332.2846-37.6400

#1c0047 color RGB value is (28,0,71).

#1c0047 hex color red value is 28, green value is 0 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #1c0047 hue: 0.73 , saturation: 1.00 and the lightness value of 1c0047 is 0.14.

The process color (four color CMYK) of #1c0047 color hex is 0.61, 1.00, 0.00, 0.72. Web safe color of #1c0047 is #330033. Color #1c0047 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 00000000 01000111
Octal 34 0 107
Decimal 28 0 71
Hex 1C 0 47

RGB Percentages of Color #1c0047

%28.28
%0.00
%71.72

CMYK Percentages of Color #1c0047

%61
%100
%0
%72

Triadic Colors of #1c0047

#1c0047 #471c00 #00471c

Analogous Colors of #1c0047

#1c0047 #3f0047 #000847

Monochromatic Colors of #1c0047

#1c0047

Complementary Color

#1c0047 #2b4700

#1c0047 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1c0047 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1c0047 Color CSS Codes

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

#1c0047 Text Font Color

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

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


#1c0047 Background Color

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

This div background color is #1c0047


#1c0047 Border Color

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

This div border color is #1c0047


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1c0047


Comments

No comments written yet.

Please login to write comment.