Color Hex Logo

#438089 Color Hex

#438089
(67,128,137)
0 Favorites   0 Comments

Color spaces of #438089

RGB 67128137
HSL0.520.340.40
HSV188°51°54°
CMYK 0.510.070.00   0.46
XYZ14.549318.437826.4589
Yxy18.43780.24470.3102
Hunter Lab42.9393-14.6618-6.4766
CIE-Lab50.0229-17.1137-10.9730

#438089 color RGB value is (67,128,137).

#438089 hex color red value is 67, green value is 128 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #438089 hue: 0.52 , saturation: 0.34 and the lightness value of 438089 is 0.40.

The process color (four color CMYK) of #438089 color hex is 0.51, 0.07, 0.00, 0.46. Web safe color of #438089 is #339999. Color #438089 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 10000000 10001001
Octal 103 200 211
Decimal 67 128 137
Hex 43 80 89

RGB Percentages of Color #438089

%20.18
%38.55
%41.27

CMYK Percentages of Color #438089

%51
%7
%0
%46

Triadic Colors of #438089

#438089 #894380 #808943

Analogous Colors of #438089

#438089 #435d89 #43896f

Monochromatic Colors of #438089

#438089

Complementary Color

#438089 #894c43

#438089 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#438089 Color Preview on White Background

Lorem ipsum dolor sit amet.

#438089 Color CSS Codes

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

#438089 Text Font Color

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

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


#438089 Background Color

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

This div background color is #438089


#438089 Border Color

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

This div border color is #438089


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #438089


Comments

No comments written yet.

Please login to write comment.