Color Hex Logo

#4273fe Color Hex

#4273FE
(66,115,254)
0 Favorites   0 Comments

Color spaces of #4273fe

RGB 66115254
HSL0.620.990.63
HSV224°74°100°
CMYK 0.740.550.00   0.00
XYZ26.266920.575596.3530
Yxy20.57550.18340.1437
Hunter Lab45.360223.9842-94.1901
CIE-Lab52.481730.5019-73.9415

#4273fe color RGB value is (66,115,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01110011 11111110
Octal 102 163 376
Decimal 66 115 254
Hex 42 73 FE

RGB Percentages of Color #4273fe

%15.17
%26.44
%58.39

CMYK Percentages of Color #4273fe

%74
%55
%0
%0

Triadic Colors of #4273fe

#4273fe #fe4273 #73fe42

Analogous Colors of #4273fe

#4273fe #6f42fe #42d1fe

Monochromatic Colors of #4273fe

#4273fe

Complementary Color

#4273fe #fecd42

#4273fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4273fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4273fe Color CSS Codes

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

#4273fe Text Font Color

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

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


#4273fe Background Color

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

This div background color is #4273fe


#4273fe Border Color

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

This div border color is #4273fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4273fe


Comments

No comments written yet.

Please login to write comment.