Color Hex Logo

#428fc1 Color Hex

#428FC1
(66,143,193)
0 Favorites   0 Comments

Color spaces of #428fc1

RGB 66143193
HSL0.570.510.51
HSV204°66°76°
CMYK 0.660.260.00   0.24
XYZ21.694924.653454.0672
Yxy24.65340.21610.2455
Hunter Lab49.6522-8.8980-29.8055
CIE-Lab56.7361-7.9485-32.9683

#428fc1 color RGB value is (66,143,193).

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

The process color (four color CMYK) of #428fc1 color hex is 0.66, 0.26, 0.00, 0.24. Web safe color of #428fc1 is #3399cc. Color #428fc1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10001111 11000001
Octal 102 217 301
Decimal 66 143 193
Hex 42 8F C1

RGB Percentages of Color #428fc1

%16.42
%35.57
%48.01

CMYK Percentages of Color #428fc1

%66
%26
%0
%24

Triadic Colors of #428fc1

#428fc1 #c1428f #8fc142

Analogous Colors of #428fc1

#428fc1 #4250c1 #42c1b4

Monochromatic Colors of #428fc1

#428fc1

Complementary Color

#428fc1 #c17442

#428fc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#428fc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#428fc1 Color CSS Codes

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

#428fc1 Text Font Color

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

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


#428fc1 Background Color

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

This div background color is #428fc1


#428fc1 Border Color

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

This div border color is #428fc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #428fc1


Comments

No comments written yet.

Please login to write comment.