Color Hex Logo

#4481fd Color Hex

#4481FD
(68,129,253)
0 Favorites   0 Comments

Color spaces of #4481fd

RGB 68129253
HSL0.610.980.63
HSV220°73°99°
CMYK 0.730.490.00   0.01
XYZ27.963824.021396.0912
Yxy24.02130.18880.1622
Hunter Lab49.011516.0740-81.9349
CIE-Lab56.109121.7341-67.5134

#4481fd color RGB value is (68,129,253).

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

The process color (four color CMYK) of #4481fd color hex is 0.73, 0.49, 0.00, 0.01. Web safe color of #4481fd is #3399ff. Color #4481fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 10000001 11111101
Octal 104 201 375
Decimal 68 129 253
Hex 44 81 FD

RGB Percentages of Color #4481fd

%15.11
%28.67
%56.22

CMYK Percentages of Color #4481fd

%73
%49
%0
%1

Triadic Colors of #4481fd

#4481fd #fd4481 #81fd44

Analogous Colors of #4481fd

#4481fd #6444fd #44defd

Monochromatic Colors of #4481fd

#4481fd

Complementary Color

#4481fd #fdc044

#4481fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4481fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4481fd Color CSS Codes

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

#4481fd Text Font Color

<p style="color:#4481fd">Text here</p>

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


#4481fd Background Color

<div style="background-color:#4481fd">
Div content here</div>

This div background color is #4481fd


#4481fd Border Color

<div style="border:3px solid #4481fd">
Div here</div>

This div border color is #4481fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4481fd


Comments

No comments written yet.

Please login to write comment.