Color Hex Logo

#428dcd Color Hex

#428DCD
(66,141,205)
0 Favorites   0 Comments

Color spaces of #428dcd

RGB 66141205
HSL0.580.580.53
HSV208°68°80°
CMYK 0.680.310.00   0.20
XYZ22.791124.615861.3077
Yxy24.61580.20960.2264
Hunter Lab49.6143-4.8283-38.5338
CIE-Lab56.6991-2.7268-39.8078

#428dcd color RGB value is (66,141,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10001101 11001101
Octal 102 215 315
Decimal 66 141 205
Hex 42 8D CD

RGB Percentages of Color #428dcd

%16.02
%34.22
%49.76

CMYK Percentages of Color #428dcd

%68
%31
%0
%20

Triadic Colors of #428dcd

#428dcd #cd428d #8dcd42

Analogous Colors of #428dcd

#428dcd #4247cd #42cdc8

Monochromatic Colors of #428dcd

#428dcd

Complementary Color

#428dcd #cd8242

#428dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#428dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#428dcd Color CSS Codes

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

#428dcd Text Font Color

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

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


#428dcd Background Color

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

This div background color is #428dcd


#428dcd Border Color

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

This div border color is #428dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #428dcd


Comments

No comments written yet.

Please login to write comment.