Color Hex Logo

#427ed1 Color Hex

#427ED1
(66,126,209)
1 Favorites   0 Comments

Color spaces of #427ed1

RGB 66126209
HSL0.600.610.54
HSV215°68°82°
CMYK 0.680.400.00   0.18
XYZ21.216220.683463.1957
Yxy20.68340.20190.1968
Hunter Lab45.47903.6829-50.5516
CIE-Lab52.60127.6101-48.5514

#427ed1 color RGB value is (66,126,209).

#427ed1 hex color red value is 66, green value is 126 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #427ed1 hue: 0.60 , saturation: 0.61 and the lightness value of 427ed1 is 0.54.

The process color (four color CMYK) of #427ed1 color hex is 0.68, 0.40, 0.00, 0.18. Web safe color of #427ed1 is #3366cc. Color #427ed1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01111110 11010001
Octal 102 176 321
Decimal 66 126 209
Hex 42 7E D1

RGB Percentages of Color #427ed1

%16.46
%31.42
%52.12

CMYK Percentages of Color #427ed1

%68
%40
%0
%18

Triadic Colors of #427ed1

#427ed1 #d1427e #7ed142

Analogous Colors of #427ed1

#427ed1 #4e42d1 #42c6d1

Monochromatic Colors of #427ed1

#427ed1

Complementary Color

#427ed1 #d19542

#427ed1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#427ed1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#427ed1 Color CSS Codes

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

#427ed1 Text Font Color

<p style="color:#427ed1">Text here</p>

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


#427ed1 Background Color

<div style="background-color:#427ed1">
Div content here</div>

This div background color is #427ed1


#427ed1 Border Color

<div style="border:3px solid #427ed1">
Div here</div>

This div border color is #427ed1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,126,209, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #427ed1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #427ed1;
  -webkit-box-shadow: 1px 1px 3px 2px #427ed1;
  box-shadow:         1px 1px 3px 2px #427ed1; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #427ed1


Comments

No comments written yet.

Please login to write comment.