Color Hex Logo

#428dff Color Hex

#428DFF
(66,141,255)
0 Favorites   0 Comments

Color spaces of #428dff

RGB 66141255
HSL0.601.000.63
HSV216°74°100°
CMYK 0.740.450.00   0.00
XYZ29.821627.428098.3301
Yxy27.42800.19170.1763
Hunter Lab52.37179.9912-74.6592
CIE-Lab59.368414.8924-63.3724

#428dff color RGB value is (66,141,255).

#428dff hex color red value is 66, green value is 141 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #428dff hue: 0.60 , saturation: 1.00 and the lightness value of 428dff is 0.63.

The process color (four color CMYK) of #428dff color hex is 0.74, 0.45, 0.00, 0.00. Web safe color of #428dff is #3399ff. Color #428dff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10001101 11111111
Octal 102 215 377
Decimal 66 141 255
Hex 42 8D FF

RGB Percentages of Color #428dff

%14.29
%30.52
%55.19

CMYK Percentages of Color #428dff

%74
%45
%0
%0

Triadic Colors of #428dff

#428dff #ff428d #8dff42

Analogous Colors of #428dff

#428dff #5642ff #42ecff

Monochromatic Colors of #428dff

#428dff

Complementary Color

#428dff #ffb442

#428dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#428dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#428dff Color CSS Codes

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

#428dff Text Font Color

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

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


#428dff Background Color

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

This div background color is #428dff


#428dff Border Color

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

This div border color is #428dff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #428dff

Related Colors


Comments

No comments written yet.

Please login to write comment.