Color Hex Logo

#1c0386 Color Hex

#1C0386
(28,3,134)
0 Favorites   0 Comments

Color spaces of #1c0386

RGB 283134
HSL0.700.960.27
HSV251°98°53°
CMYK 0.790.980.00   0.47
XYZ4.81452.033222.6930
Yxy2.03320.16300.0688
Hunter Lab14.259035.3164-84.3777
CIE-Lab15.660548.5333-63.9918

#1c0386 color RGB value is (28,3,134).

#1c0386 hex color red value is 28, green value is 3 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #1c0386 hue: 0.70 , saturation: 0.96 and the lightness value of 1c0386 is 0.27.

The process color (four color CMYK) of #1c0386 color hex is 0.79, 0.98, 0.00, 0.47. Web safe color of #1c0386 is #330099. Color #1c0386 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 00000011 10000110
Octal 34 3 206
Decimal 28 3 134
Hex 1C 3 86

RGB Percentages of Color #1c0386

%16.97
%1.82
%81.21

CMYK Percentages of Color #1c0386

%79
%98
%0
%47

Triadic Colors of #1c0386

#1c0386 #861c03 #03861c

Analogous Colors of #1c0386

#1c0386 #5e0386 #032b86

Monochromatic Colors of #1c0386

#1c0386

Complementary Color

#1c0386 #6d8603

#1c0386 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1c0386 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1c0386 Color CSS Codes

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

#1c0386 Text Font Color

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

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


#1c0386 Background Color

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

This div background color is #1c0386


#1c0386 Border Color

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

This div border color is #1c0386


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1c0386


Comments

No comments written yet.

Please login to write comment.