Color Hex Logo

#4448a0 Color Hex

#4448A0
(68,72,160)
0 Favorites   0 Comments

Color spaces of #4448a0

RGB 6872160
HSL0.660.400.45
HSV237°58°63°
CMYK 0.580.550.00   0.37
XYZ11.04648.401734.2972
Yxy8.40170.20550.1563
Hunter Lab28.985717.3011-49.8647
CIE-Lab34.805825.0136-48.4843

#4448a0 color RGB value is (68,72,160).

#4448a0 hex color red value is 68, green value is 72 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #4448a0 hue: 0.66 , saturation: 0.40 and the lightness value of 4448a0 is 0.45.

The process color (four color CMYK) of #4448a0 color hex is 0.58, 0.55, 0.00, 0.37. Web safe color of #4448a0 is #333399. Color #4448a0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01001000 10100000
Octal 104 110 240
Decimal 68 72 160
Hex 44 48 A0

RGB Percentages of Color #4448a0

%22.67
%24.00
%53.33

CMYK Percentages of Color #4448a0

%58
%55
%0
%37

Triadic Colors of #4448a0

#4448a0 #a04448 #48a044

Analogous Colors of #4448a0

#4448a0 #6e44a0 #4476a0

Monochromatic Colors of #4448a0

#4448a0

Complementary Color

#4448a0 #a09c44

#4448a0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4448a0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4448a0 Color CSS Codes

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

#4448a0 Text Font Color

<p style="color:#4448a0">Text here</p>

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


#4448a0 Background Color

<div style="background-color:#4448a0">
Div content here</div>

This div background color is #4448a0


#4448a0 Border Color

<div style="border:3px solid #4448a0">
Div here</div>

This div border color is #4448a0


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,72,160, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4448a0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4448a0;
  -webkit-box-shadow: 1px 1px 3px 2px #4448a0;
  box-shadow:         1px 1px 3px 2px #4448a0; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4448a0


Comments

No comments written yet.

Please login to write comment.