Color Hex Logo

#019ecd Color Hex

#019ECD
(1,158,205)
0 Favorites   0 Comments

Color spaces of #019ecd

RGB 1158205
HSL0.540.990.40
HSV194°100°80°
CMYK 1.000.230.00   0.20
XYZ23.258828.868062.1038
Yxy28.86800.20360.2527
Hunter Lab53.7289-16.7545-30.9214
CIE-Lab60.6650-17.7103-33.6820

#019ecd color RGB value is (1,158,205).

#019ecd hex color red value is 1, green value is 158 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #019ecd hue: 0.54 , saturation: 0.99 and the lightness value of 019ecd is 0.40.

The process color (four color CMYK) of #019ecd color hex is 1.00, 0.23, 0.00, 0.20. Web safe color of #019ecd is #0099cc. Color #019ecd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 10011110 11001101
Octal 1 236 315
Decimal 1 158 205
Hex 1 9E CD

RGB Percentages of Color #019ecd

%0.27
%43.41
%56.32

CMYK Percentages of Color #019ecd

%100
%23
%0
%20

Triadic Colors of #019ecd

#019ecd #cd019e #9ecd01

Analogous Colors of #019ecd

#019ecd #0138cd #01cd96

Monochromatic Colors of #019ecd

#019ecd

Complementary Color

#019ecd #cd3001

#019ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#019ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#019ecd Color CSS Codes

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

#019ecd Text Font Color

<p style="color:#019ecd">Text here</p>

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


#019ecd Background Color

<div style="background-color:#019ecd">
Div content here</div>

This div background color is #019ecd


#019ecd Border Color

<div style="border:3px solid #019ecd">
Div here</div>

This div border color is #019ecd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,158,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #019ecd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #019ecd;
  -webkit-box-shadow: 1px 1px 3px 2px #019ecd;
  box-shadow:         1px 1px 3px 2px #019ecd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #019ecd


Comments

No comments written yet.

Please login to write comment.