Color Hex Logo

#428fdd Color Hex

#428FDD
(66,143,221)
0 Favorites   0 Comments

Color spaces of #428fdd

RGB 66143221
HSL0.580.700.56
HSV210°70°87°
CMYK 0.700.350.00   0.13
XYZ25.120426.023672.1057
Yxy26.02360.20380.2111
Hunter Lab51.0133-1.3749-48.0952
CIE-Lab58.05941.6509-46.6390

#428fdd color RGB value is (66,143,221).

#428fdd hex color red value is 66, green value is 143 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #428fdd hue: 0.58 , saturation: 0.70 and the lightness value of 428fdd is 0.56.

The process color (four color CMYK) of #428fdd color hex is 0.70, 0.35, 0.00, 0.13. Web safe color of #428fdd is #3399cc. Color #428fdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10001111 11011101
Octal 102 217 335
Decimal 66 143 221
Hex 42 8F DD

RGB Percentages of Color #428fdd

%15.35
%33.26
%51.40

CMYK Percentages of Color #428fdd

%70
%35
%0
%13

Triadic Colors of #428fdd

#428fdd #dd428f #8fdd42

Analogous Colors of #428fdd

#428fdd #4242dd #42dddd

Monochromatic Colors of #428fdd

#428fdd

Complementary Color

#428fdd #dd9042

#428fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#428fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#428fdd Color CSS Codes

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

#428fdd Text Font Color

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

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


#428fdd Background Color

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

This div background color is #428fdd


#428fdd Border Color

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

This div border color is #428fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #428fdd

#428fdd Color Palettes


Comments

No comments written yet.

Please login to write comment.