Color Hex Logo

#4400fd Color Hex

#4400FD
(68,0,253)
0 Favorites   0 Comments

Color spaces of #4400fd

RGB 680253
HSL0.711.000.50
HSV256°100°99°
CMYK 0.731.000.00   0.01
XYZ20.11358.320893.4745
Yxy8.32080.16500.0683
Hunter Lab28.845873.9837-171.9366
CIE-Lab34.642379.6711-102.7678

#4400fd color RGB value is (68,0,253).

#4400fd hex color red value is 68, green value is 0 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #4400fd hue: 0.71 , saturation: 1.00 and the lightness value of 4400fd is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 00000000 11111101
Octal 104 0 375
Decimal 68 0 253
Hex 44 0 FD

RGB Percentages of Color #4400fd

%21.18
%0.00
%78.82

CMYK Percentages of Color #4400fd

%73
%100
%0
%1

Triadic Colors of #4400fd

#4400fd #fd4400 #00fd44

Analogous Colors of #4400fd

#4400fd #c300fd #003bfd

Monochromatic Colors of #4400fd

#4400fd

Complementary Color

#4400fd #b9fd00

#4400fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4400fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4400fd Color CSS Codes

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

#4400fd Text Font Color

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

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


#4400fd Background Color

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

This div background color is #4400fd


#4400fd Border Color

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

This div border color is #4400fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4400fd


Comments

No comments written yet.

Please login to write comment.