Color Hex Logo

#042dee Color Hex

#042DEE
(4,45,238)
0 Favorites   0 Comments

Color spaces of #042dee

RGB 445238
HSL0.640.970.47
HSV229°98°93°
CMYK 0.980.810.00   0.07
XYZ16.42118.075681.5822
Yxy8.07560.15480.0761
Hunter Lab28.417653.4154-150.3194
CIE-Lab34.139862.3583-95.2047

#042dee color RGB value is (4,45,238).

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

The process color (four color CMYK) of #042dee color hex is 0.98, 0.81, 0.00, 0.07. Web safe color of #042dee is #0033ff. Color #042dee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00101101 11101110
Octal 4 55 356
Decimal 4 45 238
Hex 4 2D EE

RGB Percentages of Color #042dee

%1.39
%15.68
%82.93

CMYK Percentages of Color #042dee

%98
%81
%0
%7

Triadic Colors of #042dee

#042dee #ee042d #2dee04

Analogous Colors of #042dee

#042dee #5004ee #04a2ee

Monochromatic Colors of #042dee

#042dee

Complementary Color

#042dee #eec504

#042dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#042dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#042dee Color CSS Codes

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

#042dee Text Font Color

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

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


#042dee Background Color

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

This div background color is #042dee


#042dee Border Color

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

This div border color is #042dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #042dee


Comments

No comments written yet.

Please login to write comment.