Color Hex Logo

#013ecc Color Hex

#013ECC
(1,62,204)
0 Favorites   0 Comments

Color spaces of #013ecc

RGB 162204
HSL0.620.990.40
HSV222°100°80°
CMYK 1.000.700.00   0.20
XYZ12.63427.811357.9686
Yxy7.81130.16110.0996
Hunter Lab27.948731.7806-103.4097
CIE-Lab33.586841.4399-76.6023

#013ecc color RGB value is (1,62,204).

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

The process color (four color CMYK) of #013ecc color hex is 1.00, 0.70, 0.00, 0.20. Web safe color of #013ecc is #0033cc. Color #013ecc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00111110 11001100
Octal 1 76 314
Decimal 1 62 204
Hex 1 3E CC

RGB Percentages of Color #013ecc

%0.37
%23.22
%76.40

CMYK Percentages of Color #013ecc

%100
%70
%0
%20

Triadic Colors of #013ecc

#013ecc #cc013e #3ecc01

Analogous Colors of #013ecc

#013ecc #2901cc #01a4cc

Monochromatic Colors of #013ecc

#013ecc

Complementary Color

#013ecc #cc8f01

#013ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#013ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#013ecc Color CSS Codes

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

#013ecc Text Font Color

<p style="color:#013ecc">Text here</p>

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


#013ecc Background Color

<div style="background-color:#013ecc">
Div content here</div>

This div background color is #013ecc


#013ecc Border Color

<div style="border:3px solid #013ecc">
Div here</div>

This div border color is #013ecc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,62,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 #013ecc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #013ecc


Comments

No comments written yet.

Please login to write comment.