Color Hex Logo

#4472fe Color Hex

#4472FE
(68,114,254)
0 Favorites   0 Comments

Color spaces of #4472fe

RGB 68114254
HSL0.630.990.63
HSV225°73°100°
CMYK 0.730.550.00   0.00
XYZ26.290620.419396.3216
Yxy20.41930.18380.1428
Hunter Lab45.187724.7743-94.7504
CIE-Lab52.308031.3487-74.2202

#4472fe color RGB value is (68,114,254).

#4472fe hex color red value is 68, green value is 114 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #4472fe hue: 0.63 , saturation: 0.99 and the lightness value of 4472fe is 0.63.

The process color (four color CMYK) of #4472fe color hex is 0.73, 0.55, 0.00, 0.00. Web safe color of #4472fe is #3366ff. Color #4472fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01110010 11111110
Octal 104 162 376
Decimal 68 114 254
Hex 44 72 FE

RGB Percentages of Color #4472fe

%15.60
%26.15
%58.26

CMYK Percentages of Color #4472fe

%73
%55
%0
%0

Triadic Colors of #4472fe

#4472fe #fe4472 #72fe44

Analogous Colors of #4472fe

#4472fe #7344fe #44cffe

Monochromatic Colors of #4472fe

#4472fe

Complementary Color

#4472fe #fed044

#4472fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4472fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4472fe Color CSS Codes

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

#4472fe Text Font Color

<p style="color:#4472fe">Text here</p>

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


#4472fe Background Color

<div style="background-color:#4472fe">
Div content here</div>

This div background color is #4472fe


#4472fe Border Color

<div style="border:3px solid #4472fe">
Div here</div>

This div border color is #4472fe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,114,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4472fe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4472fe;
  -webkit-box-shadow: 1px 1px 3px 2px #4472fe;
  box-shadow:         1px 1px 3px 2px #4472fe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(68,114,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 #4472fe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4472fe

Related Colors


Comments

No comments written yet.

Please login to write comment.