Color Hex Logo

#4443dd Color Hex

#4443DD
(68,67,221)
0 Favorites   0 Comments

Color spaces of #4443dd

RGB 6867221
HSL0.670.690.56
HSV240°70°87°
CMYK 0.690.700.00   0.13
XYZ17.442210.463769.5070
Yxy10.46370.17910.1074
Hunter Lab32.347639.6408-104.7560
CIE-Lab38.662148.5222-77.9628

#4443dd color RGB value is (68,67,221).

#4443dd hex color red value is 68, green value is 67 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #4443dd hue: 0.67 , saturation: 0.69 and the lightness value of 4443dd is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 01000011 11011101
Octal 104 103 335
Decimal 68 67 221
Hex 44 43 DD

RGB Percentages of Color #4443dd

%19.10
%18.82
%62.08

CMYK Percentages of Color #4443dd

%69
%70
%0
%13

Triadic Colors of #4443dd

#4443dd #dd4443 #43dd44

Analogous Colors of #4443dd

#4443dd #9143dd #438fdd

Monochromatic Colors of #4443dd

#4443dd

Complementary Color

#4443dd #dcdd43

#4443dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4443dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4443dd Color CSS Codes

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

#4443dd Text Font Color

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

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


#4443dd Background Color

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

This div background color is #4443dd


#4443dd Border Color

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

This div border color is #4443dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4443dd


Comments

No comments written yet.

Please login to write comment.