Color Hex Logo

#004dca Color Hex

#004DCA
(0,77,202)
0 Favorites   0 Comments

Color spaces of #004dca

RGB 077202
HSL0.601.000.40
HSV217°100°79°
CMYK 1.000.620.00   0.21
XYZ13.31459.572057.0229
Yxy9.57200.16660.1198
Hunter Lab30.938622.6751-87.6201
CIE-Lab37.063130.9562-69.7224

#004dca color RGB value is (0,77,202).

#004dca hex color red value is 0, green value is 77 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #004dca hue: 0.60 , saturation: 1.00 and the lightness value of 004dca is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 01001101 11001010
Octal 0 115 312
Decimal 0 77 202
Hex 0 4D CA

RGB Percentages of Color #004dca

%0.00
%27.60
%72.40

CMYK Percentages of Color #004dca

%100
%62
%0
%21

Triadic Colors of #004dca

#004dca #ca004d #4dca00

Analogous Colors of #004dca

#004dca #1800ca #00b2ca

Monochromatic Colors of #004dca

#004dca

Complementary Color

#004dca #ca7d00

#004dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#004dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#004dca Color CSS Codes

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

#004dca Text Font Color

<p style="color:#004dca">Text here</p>

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


#004dca Background Color

<div style="background-color:#004dca">
Div content here</div>

This div background color is #004dca


#004dca Border Color

<div style="border:3px solid #004dca">
Div here</div>

This div border color is #004dca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,77,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #004dca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #004dca;
  -webkit-box-shadow: 1px 1px 3px 2px #004dca;
  box-shadow:         1px 1px 3px 2px #004dca; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #004dca


Comments

No comments written yet.

Please login to write comment.