Color Hex Logo

#428ffc Color Hex

#428FFC
(66,143,252)
0 Favorites   0 Comments

Color spaces of #428ffc

RGB 66143252
HSL0.600.970.62
HSV215°74°99°
CMYK 0.740.430.00   0.01
XYZ29.639927.831495.9053
Yxy27.83140.19320.1815
Hunter Lab52.75557.9656-70.8557
CIE-Lab59.736112.6161-61.1361

#428ffc color RGB value is (66,143,252).

#428ffc hex color red value is 66, green value is 143 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #428ffc hue: 0.60 , saturation: 0.97 and the lightness value of 428ffc is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10001111 11111100
Octal 102 217 374
Decimal 66 143 252
Hex 42 8F FC

RGB Percentages of Color #428ffc

%14.32
%31.02
%54.66

CMYK Percentages of Color #428ffc

%74
%43
%0
%1

Triadic Colors of #428ffc

#428ffc #fc428f #8ffc42

Analogous Colors of #428ffc

#428ffc #5242fc #42ecfc

Monochromatic Colors of #428ffc

#428ffc

Complementary Color

#428ffc #fcaf42

#428ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#428ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#428ffc Color CSS Codes

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

#428ffc Text Font Color

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

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


#428ffc Background Color

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

This div background color is #428ffc


#428ffc Border Color

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

This div border color is #428ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #428ffc


Comments

No comments written yet.

Please login to write comment.