Color Hex Logo

#042ddd Color Hex

#042DDD
(4,45,221)
0 Favorites   0 Comments

Color spaces of #042ddd

RGB 445221
HSL0.640.960.44
HSV229°98°87°
CMYK 0.980.800.00   0.13
XYZ14.03967.123069.0415
Yxy7.12300.15560.0790
Hunter Lab26.688947.1935-134.6947
CIE-Lab32.085357.0429-88.9168

#042ddd color RGB value is (4,45,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 00101101 11011101
Octal 4 55 335
Decimal 4 45 221
Hex 4 2D DD

RGB Percentages of Color #042ddd

%1.48
%16.67
%81.85

CMYK Percentages of Color #042ddd

%98
%80
%0
%13

Triadic Colors of #042ddd

#042ddd #dd042d #2ddd04

Analogous Colors of #042ddd

#042ddd #4704dd #049add

Monochromatic Colors of #042ddd

#042ddd

Complementary Color

#042ddd #ddb404

#042ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#042ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#042ddd Color CSS Codes

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

#042ddd Text Font Color

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

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


#042ddd Background Color

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

This div background color is #042ddd


#042ddd Border Color

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

This div border color is #042ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #042ddd


Comments

No comments written yet.

Please login to write comment.