Color Hex Logo

#427efb Color Hex

#427EFB
(66,126,251)
0 Favorites   0 Comments

Color spaces of #427efb

RGB 66126251
HSL0.610.960.62
HSV221°74°98°
CMYK 0.740.500.00   0.02
XYZ27.120223.045094.2855
Yxy23.04500.18770.1595
Hunter Lab48.005216.8332-82.8460
CIE-Lab55.118722.6250-68.0118

#427efb color RGB value is (66,126,251).

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

The process color (four color CMYK) of #427efb color hex is 0.74, 0.50, 0.00, 0.02. Web safe color of #427efb is #3366ff. Color #427efb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01111110 11111011
Octal 102 176 373
Decimal 66 126 251
Hex 42 7E FB

RGB Percentages of Color #427efb

%14.90
%28.44
%56.66

CMYK Percentages of Color #427efb

%74
%50
%0
%2

Triadic Colors of #427efb

#427efb #fb427e #7efb42

Analogous Colors of #427efb

#427efb #6242fb #42dbfb

Monochromatic Colors of #427efb

#427efb

Complementary Color

#427efb #fbbf42

#427efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#427efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#427efb Color CSS Codes

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

#427efb Text Font Color

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

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


#427efb Background Color

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

This div background color is #427efb


#427efb Border Color

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

This div border color is #427efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #427efb


Comments

No comments written yet.

Please login to write comment.