Color Hex Logo

#428aff Color Hex

#428AFF
(66,138,255)
0 Favorites   0 Comments

Color spaces of #428aff

RGB 66138255
HSL0.601.000.63
HSV217°74°100°
CMYK 0.740.460.00   0.00
XYZ29.385226.555298.1846
Yxy26.55520.19070.1723
Hunter Lab51.531711.6064-76.8944
CIE-Lab58.560316.7101-64.6702

#428aff color RGB value is (66,138,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10001010 11111111
Octal 102 212 377
Decimal 66 138 255
Hex 42 8A FF

RGB Percentages of Color #428aff

%14.38
%30.07
%55.56

CMYK Percentages of Color #428aff

%74
%46
%0
%0

Triadic Colors of #428aff

#428aff #ff428a #8aff42

Analogous Colors of #428aff

#428aff #5842ff #42e9ff

Monochromatic Colors of #428aff

#428aff

Complementary Color

#428aff #ffb742

#428aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#428aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#428aff Color CSS Codes

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

#428aff Text Font Color

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

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


#428aff Background Color

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

This div background color is #428aff


#428aff Border Color

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

This div border color is #428aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #428aff

Related Colors


Comments

No comments written yet.

Please login to write comment.