Color Hex Logo

#428be0 Color Hex

#428BE0
(66,139,224)
0 Favorites   0 Comments

Color spaces of #428be0

RGB 66139224
HSL0.590.720.57
HSV212°71°88°
CMYK 0.710.380.00   0.12
XYZ24.933925.005374.0334
Yxy25.00530.20110.2017
Hunter Lab50.00531.4953-52.7758
CIE-Lab57.08065.0741-49.8666

#428be0 color RGB value is (66,139,224).

#428be0 hex color red value is 66, green value is 139 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #428be0 hue: 0.59 , saturation: 0.72 and the lightness value of 428be0 is 0.57.

The process color (four color CMYK) of #428be0 color hex is 0.71, 0.38, 0.00, 0.12. Web safe color of #428be0 is #3399cc. Color #428be0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10001011 11100000
Octal 102 213 340
Decimal 66 139 224
Hex 42 8B E0

RGB Percentages of Color #428be0

%15.38
%32.40
%52.21

CMYK Percentages of Color #428be0

%71
%38
%0
%12

Triadic Colors of #428be0

#428be0 #e0428b #8be042

Analogous Colors of #428be0

#428be0 #4842e0 #42dae0

Monochromatic Colors of #428be0

#428be0

Complementary Color

#428be0 #e09742

#428be0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#428be0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#428be0 Color CSS Codes

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

#428be0 Text Font Color

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

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


#428be0 Background Color

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

This div background color is #428be0


#428be0 Border Color

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

This div border color is #428be0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #428be0


Comments

No comments written yet.

Please login to write comment.