Color Hex Logo

#427bfe Color Hex

#427BFE
(66,123,254)
0 Favorites   0 Comments

Color spaces of #427bfe

RGB 66123254
HSL0.620.990.63
HSV222°74°100°
CMYK 0.740.520.00   0.00
XYZ27.219122.479996.6704
Yxy22.47990.18600.1536
Hunter Lab47.413019.5016-87.6974
CIE-Lab54.532525.5511-70.6163

#427bfe color RGB value is (66,123,254).

#427bfe hex color red value is 66, green value is 123 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #427bfe hue: 0.62 , saturation: 0.99 and the lightness value of 427bfe is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01111011 11111110
Octal 102 173 376
Decimal 66 123 254
Hex 42 7B FE

RGB Percentages of Color #427bfe

%14.90
%27.77
%57.34

CMYK Percentages of Color #427bfe

%74
%52
%0
%0

Triadic Colors of #427bfe

#427bfe #fe427b #7bfe42

Analogous Colors of #427bfe

#427bfe #6742fe #42d9fe

Monochromatic Colors of #427bfe

#427bfe

Complementary Color

#427bfe #fec542

#427bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#427bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#427bfe Color CSS Codes

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

#427bfe Text Font Color

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

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


#427bfe Background Color

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

This div background color is #427bfe


#427bfe Border Color

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

This div border color is #427bfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #427bfe


Comments

No comments written yet.

Please login to write comment.