Color Hex Logo

#014dcb Color Hex

#014DCB
(1,77,203)
0 Favorites   0 Comments

Color spaces of #014dcb

RGB 177203
HSL0.600.990.40
HSV217°100°80°
CMYK 1.000.620.00   0.20
XYZ13.44599.626057.6492
Yxy9.62600.16660.1193
Hunter Lab31.025823.0628-88.4490
CIE-Lab37.162631.3783-70.1387

#014dcb color RGB value is (1,77,203).

#014dcb hex color red value is 1, green value is 77 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #014dcb hue: 0.60 , saturation: 0.99 and the lightness value of 014dcb is 0.40.

The process color (four color CMYK) of #014dcb color hex is 1.00, 0.62, 0.00, 0.20. Web safe color of #014dcb is #0066cc. Color #014dcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01001101 11001011
Octal 1 115 313
Decimal 1 77 203
Hex 1 4D CB

RGB Percentages of Color #014dcb

%0.36
%27.40
%72.24

CMYK Percentages of Color #014dcb

%100
%62
%0
%20

Triadic Colors of #014dcb

#014dcb #cb014d #4dcb01

Analogous Colors of #014dcb

#014dcb #1a01cb #01b2cb

Monochromatic Colors of #014dcb

#014dcb

Complementary Color

#014dcb #cb7f01

#014dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#014dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#014dcb Color CSS Codes

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

#014dcb Text Font Color

<p style="color:#014dcb">Text here</p>

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


#014dcb Background Color

<div style="background-color:#014dcb">
Div content here</div>

This div background color is #014dcb


#014dcb Border Color

<div style="border:3px solid #014dcb">
Div here</div>

This div border color is #014dcb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,77,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #014dcb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #014dcb;
  -webkit-box-shadow: 1px 1px 3px 2px #014dcb;
  box-shadow:         1px 1px 3px 2px #014dcb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #014dcb


Comments

No comments written yet.

Please login to write comment.