Color Hex Logo

#448590 Color Hex

#448590
(68,133,144)
0 Favorites   0 Comments

Color spaces of #448590

RGB 68133144
HSL0.520.360.42
HSV189°53°56°
CMYK 0.530.080.00   0.44
XYZ15.805520.017629.4163
Yxy20.01760.24230.3068
Hunter Lab44.7410-15.2388-7.6632
CIE-Lab51.8571-17.5336-12.2973

#448590 color RGB value is (68,133,144).

#448590 hex color red value is 68, green value is 133 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #448590 hue: 0.52 , saturation: 0.36 and the lightness value of 448590 is 0.42.

The process color (four color CMYK) of #448590 color hex is 0.53, 0.08, 0.00, 0.44. Web safe color of #448590 is #339999. Color #448590 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 10000101 10010000
Octal 104 205 220
Decimal 68 133 144
Hex 44 85 90

RGB Percentages of Color #448590

%19.71
%38.55
%41.74

CMYK Percentages of Color #448590

%53
%8
%0
%44

Triadic Colors of #448590

#448590 #904485 #859044

Analogous Colors of #448590

#448590 #445f90 #449075

Monochromatic Colors of #448590

#448590

Complementary Color

#448590 #904f44

#448590 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#448590 Color Preview on White Background

Lorem ipsum dolor sit amet.

#448590 Color CSS Codes

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

#448590 Text Font Color

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

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


#448590 Background Color

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

This div background color is #448590


#448590 Border Color

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

This div border color is #448590


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,133,144, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #448590; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #448590;
  -webkit-box-shadow: 1px 1px 3px 2px #448590;
  box-shadow:         1px 1px 3px 2px #448590; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #448590


Comments

No comments written yet.

Please login to write comment.