Color Hex Logo

#4279f7 Color Hex

#4279F7
(66,121,247)
0 Favorites   0 Comments

Color spaces of #4279f7

RGB 66121247
HSL0.620.920.61
HSV222°73°97°
CMYK 0.730.510.00   0.03
XYZ25.872621.548490.7913
Yxy21.54840.18720.1559
Hunter Lab46.420318.2526-83.4685
CIE-Lab53.544524.2830-68.3412

#4279f7 color RGB value is (66,121,247).

#4279f7 hex color red value is 66, green value is 121 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #4279f7 hue: 0.62 , saturation: 0.92 and the lightness value of 4279f7 is 0.61.

The process color (four color CMYK) of #4279f7 color hex is 0.73, 0.51, 0.00, 0.03. Web safe color of #4279f7 is #3366ff. Color #4279f7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01111001 11110111
Octal 102 171 367
Decimal 66 121 247
Hex 42 79 F7

RGB Percentages of Color #4279f7

%15.21
%27.88
%56.91

CMYK Percentages of Color #4279f7

%73
%51
%0
%3

Triadic Colors of #4279f7

#4279f7 #f74279 #79f742

Analogous Colors of #4279f7

#4279f7 #6642f7 #42d4f7

Monochromatic Colors of #4279f7

#4279f7

Complementary Color

#4279f7 #f7c042

#4279f7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4279f7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4279f7 Color CSS Codes

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

#4279f7 Text Font Color

<p style="color:#4279f7">Text here</p>

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


#4279f7 Background Color

<div style="background-color:#4279f7">
Div content here</div>

This div background color is #4279f7


#4279f7 Border Color

<div style="border:3px solid #4279f7">
Div here</div>

This div border color is #4279f7


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,121,247, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4279f7; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4279f7;
  -webkit-box-shadow: 1px 1px 3px 2px #4279f7;
  box-shadow:         1px 1px 3px 2px #4279f7; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4279f7


Comments

No comments written yet.

Please login to write comment.