Color Hex Logo

#443acd Color Hex

#443ACD
(68,58,205)
0 Favorites   0 Comments

Color spaces of #443acd

RGB 6858205
HSL0.680.600.52
HSV244°72°80°
CMYK 0.670.720.00   0.20
XYZ14.91648.662858.6435
Yxy8.66280.18140.1054
Hunter Lab29.432638.9563-97.5304
CIE-Lab35.326848.4624-74.2289

#443acd color RGB value is (68,58,205).

#443acd hex color red value is 68, green value is 58 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #443acd hue: 0.68 , saturation: 0.60 and the lightness value of 443acd is 0.52.

The process color (four color CMYK) of #443acd color hex is 0.67, 0.72, 0.00, 0.20. Web safe color of #443acd is #3333cc. Color #443acd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00111010 11001101
Octal 104 72 315
Decimal 68 58 205
Hex 44 3A CD

RGB Percentages of Color #443acd

%20.54
%17.52
%61.93

CMYK Percentages of Color #443acd

%67
%72
%0
%20

Triadic Colors of #443acd

#443acd #cd443a #3acd44

Analogous Colors of #443acd

#443acd #8e3acd #3a7acd

Monochromatic Colors of #443acd

#443acd

Complementary Color

#443acd #c3cd3a

#443acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#443acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#443acd Color CSS Codes

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

#443acd Text Font Color

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

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


#443acd Background Color

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

This div background color is #443acd


#443acd Border Color

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

This div border color is #443acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #443acd


Comments

No comments written yet.

Please login to write comment.