Color Hex Logo

#428fa2 Color Hex

#428FA2
(66,143,162)
0 Favorites   0 Comments

Color spaces of #428fa2

RGB 66143162
HSL0.530.420.45
HSV192°59°64°
CMYK 0.590.120.00   0.36
XYZ18.590823.411837.7215
Yxy23.41180.23320.2937
Hunter Lab48.3857-16.0917-12.3524
CIE-Lab55.4940-17.9243-17.2010

#428fa2 color RGB value is (66,143,162).

#428fa2 hex color red value is 66, green value is 143 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #428fa2 hue: 0.53 , saturation: 0.42 and the lightness value of 428fa2 is 0.45.

The process color (four color CMYK) of #428fa2 color hex is 0.59, 0.12, 0.00, 0.36. Web safe color of #428fa2 is #339999. Color #428fa2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10001111 10100010
Octal 102 217 242
Decimal 66 143 162
Hex 42 8F A2

RGB Percentages of Color #428fa2

%17.79
%38.54
%43.67

CMYK Percentages of Color #428fa2

%59
%12
%0
%36

Triadic Colors of #428fa2

#428fa2 #a2428f #8fa242

Analogous Colors of #428fa2

#428fa2 #425fa2 #42a285

Monochromatic Colors of #428fa2

#428fa2

Complementary Color

#428fa2 #a25542

#428fa2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#428fa2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#428fa2 Color CSS Codes

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

#428fa2 Text Font Color

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

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


#428fa2 Background Color

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

This div background color is #428fa2


#428fa2 Border Color

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

This div border color is #428fa2


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,143,162, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #428fa2; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #428fa2;
  -webkit-box-shadow: 1px 1px 3px 2px #428fa2;
  box-shadow:         1px 1px 3px 2px #428fa2; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,143,162, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #428fa2


Comments

No comments written yet.

Please login to write comment.