Color Hex Logo

#040cca Color Hex

#040CCA
(4,12,202)
0 Favorites   0 Comments

Color spaces of #040cca

RGB 412202
HSL0.660.960.40
HSV238°98°79°
CMYK 0.980.940.00   0.21
XYZ10.84224.553056.1845
Yxy4.55300.15150.0636
Hunter Lab21.337853.3588-141.1802
CIE-Lab25.421363.9513-89.0004

#040cca color RGB value is (4,12,202).

#040cca hex color red value is 4, green value is 12 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #040cca hue: 0.66 , saturation: 0.96 and the lightness value of 040cca is 0.40.

The process color (four color CMYK) of #040cca color hex is 0.98, 0.94, 0.00, 0.21. Web safe color of #040cca is #0000cc. Color #040cca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00001100 11001010
Octal 4 14 312
Decimal 4 12 202
Hex 4 C CA

RGB Percentages of Color #040cca

%1.83
%5.50
%92.66

CMYK Percentages of Color #040cca

%98
%94
%0
%21

Triadic Colors of #040cca

#040cca #ca040c #0cca04

Analogous Colors of #040cca

#040cca #5f04ca #046fca

Monochromatic Colors of #040cca

#040cca

Complementary Color

#040cca #cac204

#040cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#040cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#040cca Color CSS Codes

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

#040cca Text Font Color

<p style="color:#040cca">Text here</p>

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


#040cca Background Color

<div style="background-color:#040cca">
Div content here</div>

This div background color is #040cca


#040cca Border Color

<div style="border:3px solid #040cca">
Div here</div>

This div border color is #040cca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,12,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #040cca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #040cca;
  -webkit-box-shadow: 1px 1px 3px 2px #040cca;
  box-shadow:         1px 1px 3px 2px #040cca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(4,12,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 #040cca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #040cca


Comments

No comments written yet.

Please login to write comment.