Color Hex Logo

#4400ff Color Hex

#4400FF
(68,0,255)
3 Favorites   0 Comments

Color spaces of #4400ff

RGB 680255
HSL0.711.000.50
HSV256°100°100°
CMYK 0.731.000.00   0.00
XYZ20.43398.448995.1616
Yxy8.44890.16470.0681
Hunter Lab29.067074.6171-173.7610
CIE-Lab34.900880.1304-103.4588

#4400ff color RGB value is (68,0,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 00000000 11111111
Octal 104 0 377
Decimal 68 0 255
Hex 44 0 FF

RGB Percentages of Color #4400ff

%21.05
%0.00
%78.95

CMYK Percentages of Color #4400ff

%73
%100
%0
%0

Triadic Colors of #4400ff

#4400ff #ff4400 #00ff44

Analogous Colors of #4400ff

#4400ff #c400ff #003cff

Monochromatic Colors of #4400ff

#4400ff

Complementary Color

#4400ff #bbff00

#4400ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4400ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#4400ff Color CSS Codes

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

#4400ff Text Font Color

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

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


#4400ff Background Color

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

This div background color is #4400ff


#4400ff Border Color

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

This div border color is #4400ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4400ff

Related Colors


Comments

No comments written yet.

Please login to write comment.