Color Hex Logo

#428ce6 Color Hex

#428CE6
(66,140,230)
0 Favorites   0 Comments

Color spaces of #428ce6

RGB 66140230
HSL0.590.770.58
HSV213°71°90°
CMYK 0.710.390.00   0.10
XYZ25.907825.627678.4440
Yxy25.62760.19930.1972
Hunter Lab50.62372.7598-56.4363
CIE-Lab57.68196.5966-52.2552

#428ce6 color RGB value is (66,140,230).

#428ce6 hex color red value is 66, green value is 140 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #428ce6 hue: 0.59 , saturation: 0.77 and the lightness value of 428ce6 is 0.58.

The process color (four color CMYK) of #428ce6 color hex is 0.71, 0.39, 0.00, 0.10. Web safe color of #428ce6 is #3399ff. Color #428ce6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10001100 11100110
Octal 102 214 346
Decimal 66 140 230
Hex 42 8C E6

RGB Percentages of Color #428ce6

%15.14
%32.11
%52.75

CMYK Percentages of Color #428ce6

%71
%39
%0
%10

Triadic Colors of #428ce6

#428ce6 #e6428c #8ce642

Analogous Colors of #428ce6

#428ce6 #4a42e6 #42dee6

Monochromatic Colors of #428ce6

#428ce6

Complementary Color

#428ce6 #e69c42

#428ce6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#428ce6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#428ce6 Color CSS Codes

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

#428ce6 Text Font Color

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

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


#428ce6 Background Color

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

This div background color is #428ce6


#428ce6 Border Color

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

This div border color is #428ce6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #428ce6


Comments

No comments written yet.

Please login to write comment.