Color Hex Logo

#447aca Color Hex

#447ACA
(68,122,202)
0 Favorites   0 Comments

Color spaces of #447aca

RGB 68122202
HSL0.600.560.53
HSV216°66°79°
CMYK 0.660.400.00   0.21
XYZ20.004119.412358.5697
Yxy19.41230.20420.1981
Hunter Lab44.05943.9397-47.9747
CIE-Lab51.16617.9063-46.8514

#447aca color RGB value is (68,122,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 01111010 11001010
Octal 104 172 312
Decimal 68 122 202
Hex 44 7A CA

RGB Percentages of Color #447aca

%17.35
%31.12
%51.53

CMYK Percentages of Color #447aca

%66
%40
%0
%21

Triadic Colors of #447aca

#447aca #ca447a #7aca44

Analogous Colors of #447aca

#447aca #5144ca #44bdca

Monochromatic Colors of #447aca

#447aca

Complementary Color

#447aca #ca9444

#447aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#447aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#447aca Color CSS Codes

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

#447aca Text Font Color

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

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


#447aca Background Color

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

This div background color is #447aca


#447aca Border Color

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

This div border color is #447aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #447aca


Comments

No comments written yet.

Please login to write comment.