Color Hex Logo

#428fcb Color Hex

#428FCB
(66,143,203)
0 Favorites   0 Comments

Color spaces of #428fcb

RGB 66143203
HSL0.570.570.53
HSV206°67°80°
CMYK 0.670.300.00   0.20
XYZ22.848725.115060.1433
Yxy25.11500.21140.2323
Hunter Lab50.1149-6.3181-36.0741
CIE-Lab57.1873-4.5694-37.9139

#428fcb color RGB value is (66,143,203).

#428fcb hex color red value is 66, green value is 143 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #428fcb hue: 0.57 , saturation: 0.57 and the lightness value of 428fcb is 0.53.

The process color (four color CMYK) of #428fcb color hex is 0.67, 0.30, 0.00, 0.20. Web safe color of #428fcb is #3399cc. Color #428fcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10001111 11001011
Octal 102 217 313
Decimal 66 143 203
Hex 42 8F CB

RGB Percentages of Color #428fcb

%16.02
%34.71
%49.27

CMYK Percentages of Color #428fcb

%67
%30
%0
%20

Triadic Colors of #428fcb

#428fcb #cb428f #8fcb42

Analogous Colors of #428fcb

#428fcb #424bcb #42cbc3

Monochromatic Colors of #428fcb

#428fcb

Complementary Color

#428fcb #cb7e42

#428fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#428fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#428fcb Color CSS Codes

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

#428fcb Text Font Color

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

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


#428fcb Background Color

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

This div background color is #428fcb


#428fcb Border Color

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

This div border color is #428fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #428fcb


Comments

No comments written yet.

Please login to write comment.