Color Hex Logo

#447afd Color Hex

#447AFD
(68,122,253)
0 Favorites   0 Comments

Color spaces of #447afd

RGB 68122253
HSL0.620.980.63
HSV222°73°99°
CMYK 0.730.520.00   0.01
XYZ27.073122.239995.7943
Yxy22.23990.18660.1533
Hunter Lab47.159219.9445-87.4241
CIE-Lab54.280626.0466-70.4681

#447afd color RGB value is (68,122,253).

#447afd hex color red value is 68, green value is 122 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #447afd hue: 0.62 , saturation: 0.98 and the lightness value of 447afd is 0.63.

The process color (four color CMYK) of #447afd color hex is 0.73, 0.52, 0.00, 0.01. Web safe color of #447afd is #3366ff. Color #447afd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01111010 11111101
Octal 104 172 375
Decimal 68 122 253
Hex 44 7A FD

RGB Percentages of Color #447afd

%15.35
%27.54
%57.11

CMYK Percentages of Color #447afd

%73
%52
%0
%1

Triadic Colors of #447afd

#447afd #fd447a #7afd44

Analogous Colors of #447afd

#447afd #6b44fd #44d7fd

Monochromatic Colors of #447afd

#447afd

Complementary Color

#447afd #fdc744

#447afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#447afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#447afd Color CSS Codes

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

#447afd Text Font Color

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

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


#447afd Background Color

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

This div background color is #447afd


#447afd Border Color

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

This div border color is #447afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #447afd


Comments

No comments written yet.

Please login to write comment.