Color Hex Logo

#042dca Color Hex

#042DCA
(4,45,202)
0 Favorites   0 Comments

Color spaces of #042dca

RGB 445202
HSL0.630.960.40
HSV228°98°79°
CMYK 0.980.780.00   0.21
XYZ11.64916.166956.4535
Yxy6.16690.15680.0830
Hunter Lab24.833240.2749-117.4009
CIE-Lab29.829750.8218-81.6553

#042dca color RGB value is (4,45,202).

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

The process color (four color CMYK) of #042dca color hex is 0.98, 0.78, 0.00, 0.21. Web safe color of #042dca is #0033cc. Color #042dca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00101101 11001010
Octal 4 55 312
Decimal 4 45 202
Hex 4 2D CA

RGB Percentages of Color #042dca

%1.59
%17.93
%80.48

CMYK Percentages of Color #042dca

%98
%78
%0
%21

Triadic Colors of #042dca

#042dca #ca042d #2dca04

Analogous Colors of #042dca

#042dca #3e04ca #0490ca

Monochromatic Colors of #042dca

#042dca

Complementary Color

#042dca #caa104

#042dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#042dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#042dca Color CSS Codes

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

#042dca Text Font Color

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

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


#042dca Background Color

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

This div background color is #042dca


#042dca Border Color

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

This div border color is #042dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #042dca


Comments

No comments written yet.

Please login to write comment.