Color Hex Logo

#428caf Color Hex

#428CAF
(66,140,175)
0 Favorites   0 Comments

Color spaces of #428caf

RGB 66140175
HSL0.550.450.47
HSV199°62°69°
CMYK 0.620.200.00   0.31
XYZ19.362723.009643.9782
Yxy23.00960.22420.2665
Hunter Lab47.9683-11.8920-20.7803
CIE-Lab55.0822-12.1868-25.2835

#428caf color RGB value is (66,140,175).

#428caf hex color red value is 66, green value is 140 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #428caf hue: 0.55 , saturation: 0.45 and the lightness value of 428caf is 0.47.

The process color (four color CMYK) of #428caf color hex is 0.62, 0.20, 0.00, 0.31. Web safe color of #428caf is #339999. Color #428caf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10001100 10101111
Octal 102 214 257
Decimal 66 140 175
Hex 42 8C AF

RGB Percentages of Color #428caf

%17.32
%36.75
%45.93

CMYK Percentages of Color #428caf

%62
%20
%0
%31

Triadic Colors of #428caf

#428caf #af428c #8caf42

Analogous Colors of #428caf

#428caf #4255af #42af9c

Monochromatic Colors of #428caf

#428caf

Complementary Color

#428caf #af6542

#428caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#428caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#428caf Color CSS Codes

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

#428caf Text Font Color

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

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


#428caf Background Color

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

This div background color is #428caf


#428caf Border Color

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

This div border color is #428caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #428caf


Comments

No comments written yet.

Please login to write comment.