Color Hex Logo

#447efd Color Hex

#447EFD
(68,126,253)
0 Favorites   0 Comments

Color spaces of #447efd

RGB 68126253
HSL0.610.980.63
HSV221°73°99°
CMYK 0.730.500.00   0.01
XYZ27.574423.242595.9614
Yxy23.24250.18790.1584
Hunter Lab48.210517.7263-84.2675
CIE-Lab55.321223.5792-68.7853

#447efd color RGB value is (68,126,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 01111110 11111101
Octal 104 176 375
Decimal 68 126 253
Hex 44 7E FD

RGB Percentages of Color #447efd

%15.21
%28.19
%56.60

CMYK Percentages of Color #447efd

%73
%50
%0
%1

Triadic Colors of #447efd

#447efd #fd447e #7efd44

Analogous Colors of #447efd

#447efd #6744fd #44dbfd

Monochromatic Colors of #447efd

#447efd

Complementary Color

#447efd #fdc344

#447efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#447efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#447efd Color CSS Codes

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

#447efd Text Font Color

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

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


#447efd Background Color

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

This div background color is #447efd


#447efd Border Color

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

This div border color is #447efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #447efd

Related Colors


Comments

No comments written yet.

Please login to write comment.