Color Hex Logo

#428ffd Color Hex

#428FFD
(66,143,253)
0 Favorites   0 Comments

Color spaces of #428ffd

RGB 66143253
HSL0.600.980.63
HSV215°74°99°
CMYK 0.740.430.00   0.01
XYZ29.798827.895096.7422
Yxy27.89500.19300.1806
Hunter Lab52.81578.2828-71.6301
CIE-Lab59.793812.9725-61.5928

#428ffd color RGB value is (66,143,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10001111 11111101
Octal 102 217 375
Decimal 66 143 253
Hex 42 8F FD

RGB Percentages of Color #428ffd

%14.29
%30.95
%54.76

CMYK Percentages of Color #428ffd

%74
%43
%0
%1

Triadic Colors of #428ffd

#428ffd #fd428f #8ffd42

Analogous Colors of #428ffd

#428ffd #5242fd #42edfd

Monochromatic Colors of #428ffd

#428ffd

Complementary Color

#428ffd #fdb042

#428ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#428ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#428ffd Color CSS Codes

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

#428ffd Text Font Color

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

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


#428ffd Background Color

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

This div background color is #428ffd


#428ffd Border Color

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

This div border color is #428ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #428ffd

Related Colors


Comments

No comments written yet.

Please login to write comment.