Color Hex Logo

#428dfc Color Hex

#428DFC
(66,141,252)
0 Favorites   0 Comments

Color spaces of #428dfc

RGB 66141252
HSL0.600.970.62
HSV216°74°99°
CMYK 0.740.440.00   0.01
XYZ29.342327.236395.8061
Yxy27.23630.19260.1787
Hunter Lab52.18849.0297-72.3111
CIE-Lab59.192413.8210-62.0074

#428dfc color RGB value is (66,141,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10001101 11111100
Octal 102 215 374
Decimal 66 141 252
Hex 42 8D FC

RGB Percentages of Color #428dfc

%14.38
%30.72
%54.90

CMYK Percentages of Color #428dfc

%74
%44
%0
%1

Triadic Colors of #428dfc

#428dfc #fc428d #8dfc42

Analogous Colors of #428dfc

#428dfc #5442fc #42eafc

Monochromatic Colors of #428dfc

#428dfc

Complementary Color

#428dfc #fcb142

#428dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#428dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#428dfc Color CSS Codes

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

#428dfc Text Font Color

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

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


#428dfc Background Color

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

This div background color is #428dfc


#428dfc Border Color

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

This div border color is #428dfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #428dfc


Comments

No comments written yet.

Please login to write comment.