Color Hex Logo

#447acd Color Hex

#447ACD
(68,122,205)
0 Favorites   0 Comments

Color spaces of #447acd

RGB 68122205
HSL0.600.580.54
HSV216°67°80°
CMYK 0.670.400.00   0.20
XYZ20.362919.555860.4590
Yxy19.55580.20290.1948
Hunter Lab44.22194.8056-50.1043
CIE-Lab51.33128.9623-48.2972

#447acd color RGB value is (68,122,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 01111010 11001101
Octal 104 172 315
Decimal 68 122 205
Hex 44 7A CD

RGB Percentages of Color #447acd

%17.22
%30.89
%51.90

CMYK Percentages of Color #447acd

%67
%40
%0
%20

Triadic Colors of #447acd

#447acd #cd447a #7acd44

Analogous Colors of #447acd

#447acd #5244cd #44bfcd

Monochromatic Colors of #447acd

#447acd

Complementary Color

#447acd #cd9744

#447acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#447acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#447acd Color CSS Codes

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

#447acd Text Font Color

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

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


#447acd Background Color

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

This div background color is #447acd


#447acd Border Color

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

This div border color is #447acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #447acd


Comments

No comments written yet.

Please login to write comment.