Color Hex Logo

#448ca5 Color Hex

#448CA5
(68,140,165)
0 Favorites   0 Comments

Color spaces of #448ca5

RGB 68140165
HSL0.540.420.46
HSV195°59°65°
CMYK 0.590.150.00   0.35
XYZ18.553522.701739.0013
Yxy22.70170.23120.2829
Hunter Lab47.6463-13.8730-15.1799
CIE-Lab54.7637-14.9708-20.0310

#448ca5 color RGB value is (68,140,165).

#448ca5 hex color red value is 68, green value is 140 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #448ca5 hue: 0.54 , saturation: 0.42 and the lightness value of 448ca5 is 0.46.

The process color (four color CMYK) of #448ca5 color hex is 0.59, 0.15, 0.00, 0.35. Web safe color of #448ca5 is #339999. Color #448ca5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 10001100 10100101
Octal 104 214 245
Decimal 68 140 165
Hex 44 8C A5

RGB Percentages of Color #448ca5

%18.23
%37.53
%44.24

CMYK Percentages of Color #448ca5

%59
%15
%0
%35

Triadic Colors of #448ca5

#448ca5 #a5448c #8ca544

Analogous Colors of #448ca5

#448ca5 #445ca5 #44a58e

Monochromatic Colors of #448ca5

#448ca5

Complementary Color

#448ca5 #a55d44

#448ca5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#448ca5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#448ca5 Color CSS Codes

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

#448ca5 Text Font Color

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

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


#448ca5 Background Color

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

This div background color is #448ca5


#448ca5 Border Color

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

This div border color is #448ca5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,140,165, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #448ca5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #448ca5;
  -webkit-box-shadow: 1px 1px 3px 2px #448ca5;
  box-shadow:         1px 1px 3px 2px #448ca5; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #448ca5


Comments

No comments written yet.

Please login to write comment.