Color Hex Logo

#446dfd Color Hex

#446DFD
(68,109,253)
0 Favorites   0 Comments

Color spaces of #446dfd

RGB 68109253
HSL0.630.980.63
HSV227°73°99°
CMYK 0.730.570.00   0.01
XYZ25.582219.258195.2974
Yxy19.25810.18260.1374
Hunter Lab43.884127.2595-98.0337
CIE-Lab50.987834.0864-75.8135

#446dfd color RGB value is (68,109,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 01101101 11111101
Octal 104 155 375
Decimal 68 109 253
Hex 44 6D FD

RGB Percentages of Color #446dfd

%15.81
%25.35
%58.84

CMYK Percentages of Color #446dfd

%73
%57
%0
%1

Triadic Colors of #446dfd

#446dfd #fd446d #6dfd44

Analogous Colors of #446dfd

#446dfd #7844fd #44cafd

Monochromatic Colors of #446dfd

#446dfd

Complementary Color

#446dfd #fdd444

#446dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#446dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#446dfd Color CSS Codes

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

#446dfd Text Font Color

<p style="color:#446dfd">Text here</p>

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


#446dfd Background Color

<div style="background-color:#446dfd">
Div content here</div>

This div background color is #446dfd


#446dfd Border Color

<div style="border:3px solid #446dfd">
Div here</div>

This div border color is #446dfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #446dfd


Comments

No comments written yet.

Please login to write comment.