Color Hex Logo

#448287 Color Hex

#448287
(68,130,135)
0 Favorites   0 Comments

Color spaces of #448287

RGB 68130135
HSL0.510.330.40
HSV184°50°53°
CMYK 0.500.040.00   0.47
XYZ14.739718.943525.8013
Yxy18.94350.24780.3185
Hunter Lab43.5241-15.7172-4.6805
CIE-Lab50.6210-18.5303-8.8990

#448287 color RGB value is (68,130,135).

#448287 hex color red value is 68, green value is 130 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #448287 hue: 0.51 , saturation: 0.33 and the lightness value of 448287 is 0.40.

The process color (four color CMYK) of #448287 color hex is 0.50, 0.04, 0.00, 0.47. Web safe color of #448287 is #339999. Color #448287 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 10000010 10000111
Octal 104 202 207
Decimal 68 130 135
Hex 44 82 87

RGB Percentages of Color #448287

%20.42
%39.04
%40.54

CMYK Percentages of Color #448287

%50
%4
%0
%47

Triadic Colors of #448287

#448287 #874482 #828744

Analogous Colors of #448287

#448287 #446187 #44876b

Monochromatic Colors of #448287

#448287

Complementary Color

#448287 #874944

#448287 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#448287 Color Preview on White Background

Lorem ipsum dolor sit amet.

#448287 Color CSS Codes

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

#448287 Text Font Color

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

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


#448287 Background Color

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

This div background color is #448287


#448287 Border Color

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

This div border color is #448287


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #448287


Comments

No comments written yet.

Please login to write comment.