Color Hex Logo

#427dfa Color Hex

#427DFA
(66,125,250)
0 Favorites   0 Comments

Color spaces of #427dfa

RGB 66125250
HSL0.610.950.62
HSV221°74°98°
CMYK 0.740.500.00   0.02
XYZ26.835722.727693.4150
Yxy22.72760.18770.1590
Hunter Lab47.673517.0502-82.8059
CIE-Lab54.790622.8838-67.9888

#427dfa color RGB value is (66,125,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01111101 11111010
Octal 102 175 372
Decimal 66 125 250
Hex 42 7D FA

RGB Percentages of Color #427dfa

%14.97
%28.34
%56.69

CMYK Percentages of Color #427dfa

%74
%50
%0
%2

Triadic Colors of #427dfa

#427dfa #fa427d #7dfa42

Analogous Colors of #427dfa

#427dfa #6342fa #42d9fa

Monochromatic Colors of #427dfa

#427dfa

Complementary Color

#427dfa #fabf42

#427dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#427dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#427dfa Color CSS Codes

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

#427dfa Text Font Color

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

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


#427dfa Background Color

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

This div background color is #427dfa


#427dfa Border Color

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

This div border color is #427dfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #427dfa


Comments

No comments written yet.

Please login to write comment.