Color Hex Logo

#448085 Color Hex

#448085
(68,128,133)
0 Favorites   0 Comments

Color spaces of #448085

RGB 68128133
HSL0.510.320.39
HSV185°49°52°
CMYK 0.490.040.00   0.48
XYZ14.336718.360724.9787
Yxy18.36070.24860.3183
Hunter Lab42.8494-15.2633-4.5680
CIE-Lab49.9307-18.0256-8.7598

#448085 color RGB value is (68,128,133).

#448085 hex color red value is 68, green value is 128 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #448085 hue: 0.51 , saturation: 0.32 and the lightness value of 448085 is 0.39.

The process color (four color CMYK) of #448085 color hex is 0.49, 0.04, 0.00, 0.48. Web safe color of #448085 is #339999. Color #448085 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 10000000 10000101
Octal 104 200 205
Decimal 68 128 133
Hex 44 80 85

RGB Percentages of Color #448085

%20.67
%38.91
%40.43

CMYK Percentages of Color #448085

%49
%4
%0
%48

Triadic Colors of #448085

#448085 #854480 #808544

Analogous Colors of #448085

#448085 #446085 #44856a

Monochromatic Colors of #448085

#448085

Complementary Color

#448085 #854944

#448085 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#448085 Color Preview on White Background

Lorem ipsum dolor sit amet.

#448085 Color CSS Codes

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

#448085 Text Font Color

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

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


#448085 Background Color

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

This div background color is #448085


#448085 Border Color

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

This div border color is #448085


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #448085

#448085 Color Palettes


Comments

No comments written yet.

Please login to write comment.