Color Hex Logo

#428290 Color Hex

#428290
(66,130,144)
0 Favorites   0 Comments

Color spaces of #428290

RGB 66130144
HSL0.530.370.41
HSV191°54°56°
CMYK 0.540.100.00   0.44
XYZ15.263419.137129.2749
Yxy19.13710.23970.3005
Hunter Lab43.7460-14.2750-9.0548
CIE-Lab50.8472-16.3608-13.8310

#428290 color RGB value is (66,130,144).

#428290 hex color red value is 66, green value is 130 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #428290 hue: 0.53 , saturation: 0.37 and the lightness value of 428290 is 0.41.

The process color (four color CMYK) of #428290 color hex is 0.54, 0.10, 0.00, 0.44. Web safe color of #428290 is #339999. Color #428290 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10000010 10010000
Octal 102 202 220
Decimal 66 130 144
Hex 42 82 90

RGB Percentages of Color #428290

%19.41
%38.24
%42.35

CMYK Percentages of Color #428290

%54
%10
%0
%44

Triadic Colors of #428290

#428290 #904282 #829042

Analogous Colors of #428290

#428290 #425b90 #429077

Monochromatic Colors of #428290

#428290

Complementary Color

#428290 #905042

#428290 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#428290 Color Preview on White Background

Lorem ipsum dolor sit amet.

#428290 Color CSS Codes

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

#428290 Text Font Color

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

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


#428290 Background Color

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

This div background color is #428290


#428290 Border Color

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

This div border color is #428290


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,130,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 #428290">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #428290


Comments

No comments written yet.

Please login to write comment.