Color Hex Logo

#428bca Color Hex

#428BCA
(66,139,202)
10 Favorites   2 Comments

Color spaces of #428bca

RGB 66139202
HSL0.580.560.53
HSV208°67°79°
CMYK 0.670.310.00   0.21
XYZ22.140123.887859.3210
Yxy23.88780.21020.2267
Hunter Lab48.8751-4.6723-37.7492
CIE-Lab55.9753-2.5929-39.2523

#428bca color RGB value is (66,139,202).

#428bca hex color red value is 66, green value is 139 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #428bca hue: 0.58 , saturation: 0.56 and the lightness value of 428bca is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10001011 11001010
Octal 102 213 312
Decimal 66 139 202
Hex 42 8B CA

RGB Percentages of Color #428bca

%16.22
%34.15
%49.63

CMYK Percentages of Color #428bca

%67
%31
%0
%21

Triadic Colors of #428bca

#428bca #ca428b #8bca42

Analogous Colors of #428bca

#428bca #4247ca #42cac5

Monochromatic Colors of #428bca

#428bca

Complementary Color

#428bca #ca8142

#428bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#428bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#428bca Color CSS Codes

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

#428bca Text Font Color

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

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


#428bca Background Color

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

This div background color is #428bca


#428bca Border Color

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

This div border color is #428bca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #428bca


Comments

4 Sep 2020, 4:07 LinKueiDragon

It's also the colour of the submit button.

3 Dec 2019, 9:56 Parkour

Facebook blue!

Please login to write comment.