Color Hex Logo

#0422dd Color Hex

#0422DD
(4,34,221)
0 Favorites   0 Comments

Color spaces of #0422dd

RGB 434221
HSL0.640.960.44
HSV232°98°87°
CMYK 0.980.850.00   0.13
XYZ13.67326.390368.9194
Yxy6.39030.15370.0718
Hunter Lab25.279052.3107-143.9497
CIE-Lab30.376562.0886-91.7616

#0422dd color RGB value is (4,34,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 00100010 11011101
Octal 4 42 335
Decimal 4 34 221
Hex 4 22 DD

RGB Percentages of Color #0422dd

%1.54
%13.13
%85.33

CMYK Percentages of Color #0422dd

%98
%85
%0
%13

Triadic Colors of #0422dd

#0422dd #dd0422 #22dd04

Analogous Colors of #0422dd

#0422dd #5204dd #048fdd

Monochromatic Colors of #0422dd

#0422dd

Complementary Color

#0422dd #ddbf04

#0422dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0422dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0422dd Color CSS Codes

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

#0422dd Text Font Color

<p style="color:#0422dd">Text here</p>

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


#0422dd Background Color

<div style="background-color:#0422dd">
Div content here</div>

This div background color is #0422dd


#0422dd Border Color

<div style="border:3px solid #0422dd">
Div here</div>

This div border color is #0422dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0422dd


Comments

No comments written yet.

Please login to write comment.