Color Hex Logo

#443fdd Color Hex

#443FDD
(68,63,221)
0 Favorites   0 Comments

Color spaces of #443fdd

RGB 6863221
HSL0.670.700.56
HSV242°71°87°
CMYK 0.690.710.00   0.13
XYZ17.212510.004469.4305
Yxy10.00440.17810.1035
Hunter Lab31.629741.7854-108.0068
CIE-Lab37.850350.7684-79.2992

#443fdd color RGB value is (68,63,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 00111111 11011101
Octal 104 77 335
Decimal 68 63 221
Hex 44 3F DD

RGB Percentages of Color #443fdd

%19.32
%17.90
%62.78

CMYK Percentages of Color #443fdd

%69
%71
%0
%13

Triadic Colors of #443fdd

#443fdd #dd443f #3fdd44

Analogous Colors of #443fdd

#443fdd #933fdd #3f89dd

Monochromatic Colors of #443fdd

#443fdd

Complementary Color

#443fdd #d8dd3f

#443fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#443fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#443fdd Color CSS Codes

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

#443fdd Text Font Color

<p style="color:#443fdd">Text here</p>

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


#443fdd Background Color

<div style="background-color:#443fdd">
Div content here</div>

This div background color is #443fdd


#443fdd Border Color

<div style="border:3px solid #443fdd">
Div here</div>

This div border color is #443fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #443fdd


Comments

No comments written yet.

Please login to write comment.