Color Hex Logo

#428bfe Color Hex

#428BFE
(66,139,254)
0 Favorites   0 Comments

Color spaces of #428bfe

RGB 66139254
HSL0.600.990.63
HSV217°74°100°
CMYK 0.740.450.00   0.00
XYZ29.368826.779297.3869
Yxy26.77920.19130.1744
Hunter Lab51.748610.7437-75.3552
CIE-Lab58.769415.7461-63.7851

#428bfe color RGB value is (66,139,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10001011 11111110
Octal 102 213 376
Decimal 66 139 254
Hex 42 8B FE

RGB Percentages of Color #428bfe

%14.38
%30.28
%55.34

CMYK Percentages of Color #428bfe

%74
%45
%0
%0

Triadic Colors of #428bfe

#428bfe #fe428b #8bfe42

Analogous Colors of #428bfe

#428bfe #5742fe #42e9fe

Monochromatic Colors of #428bfe

#428bfe

Complementary Color

#428bfe #feb542

#428bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#428bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#428bfe Color CSS Codes

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

#428bfe Text Font Color

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

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


#428bfe Background Color

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

This div background color is #428bfe


#428bfe Border Color

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

This div border color is #428bfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #428bfe


Comments

No comments written yet.

Please login to write comment.