Color Hex Logo

#4404dd Color Hex

#4404DD
(68,4,221)
0 Favorites   0 Comments

Color spaces of #4404dd

RGB 684221
HSL0.720.960.44
HSV258°98°87°
CMYK 0.690.980.00   0.13
XYZ15.47856.536268.8524
Yxy6.53620.17030.0719
Hunter Lab25.566063.3293-141.7792
CIE-Lab30.726871.6357-91.1020

#4404dd color RGB value is (68,4,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 00000100 11011101
Octal 104 4 335
Decimal 68 4 221
Hex 44 4 DD

RGB Percentages of Color #4404dd

%23.21
%1.37
%75.43

CMYK Percentages of Color #4404dd

%69
%98
%0
%13

Triadic Colors of #4404dd

#4404dd #dd4404 #04dd44

Analogous Colors of #4404dd

#4404dd #b104dd #0430dd

Monochromatic Colors of #4404dd

#4404dd

Complementary Color

#4404dd #9ddd04

#4404dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4404dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4404dd Color CSS Codes

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

#4404dd Text Font Color

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

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


#4404dd Background Color

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

This div background color is #4404dd


#4404dd Border Color

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

This div border color is #4404dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4404dd


Comments

No comments written yet.

Please login to write comment.