Color Hex Logo

#1c01cc Color Hex

#1C01CC
(28,1,204)
0 Favorites   0 Comments

Color spaces of #1c01cc

RGB 281204
HSL0.690.990.40
HSV248°100°80°
CMYK 0.861.000.00   0.20
XYZ11.38884.628257.4198
Yxy4.62820.15510.0630
Hunter Lab21.513356.8471-143.1883
CIE-Lab25.648166.9820-89.7765

#1c01cc color RGB value is (28,1,204).

#1c01cc hex color red value is 28, green value is 1 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #1c01cc hue: 0.69 , saturation: 0.99 and the lightness value of 1c01cc is 0.40.

The process color (four color CMYK) of #1c01cc color hex is 0.86, 1.00, 0.00, 0.20. Web safe color of #1c01cc is #3300cc. Color #1c01cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 00000001 11001100
Octal 34 1 314
Decimal 28 1 204
Hex 1C 1 CC

RGB Percentages of Color #1c01cc

%12.02
%0.43
%87.55

CMYK Percentages of Color #1c01cc

%86
%100
%0
%20

Triadic Colors of #1c01cc

#1c01cc #cc1c01 #01cc1c

Analogous Colors of #1c01cc

#1c01cc #8201cc #014ccc

Monochromatic Colors of #1c01cc

#1c01cc

Complementary Color

#1c01cc #b1cc01

#1c01cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1c01cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1c01cc Color CSS Codes

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

#1c01cc Text Font Color

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

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


#1c01cc Background Color

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

This div background color is #1c01cc


#1c01cc Border Color

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

This div border color is #1c01cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1c01cc


Comments

No comments written yet.

Please login to write comment.