Color Hex Logo

#4263fe Color Hex

#4263FE
(66,99,254)
0 Favorites   0 Comments

Color spaces of #4263fe

RGB 6699254
HSL0.640.990.63
HSV229°74°100°
CMYK 0.740.610.00   0.00
XYZ24.598017.237795.7967
Yxy17.23770.17870.1252
Hunter Lab41.518333.0973-107.7391
CIE-Lab48.558240.3649-80.3361

#4263fe color RGB value is (66,99,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01100011 11111110
Octal 102 143 376
Decimal 66 99 254
Hex 42 63 FE

RGB Percentages of Color #4263fe

%15.75
%23.63
%60.62

CMYK Percentages of Color #4263fe

%74
%61
%0
%0

Triadic Colors of #4263fe

#4263fe #fe4263 #63fe42

Analogous Colors of #4263fe

#4263fe #7f42fe #42c1fe

Monochromatic Colors of #4263fe

#4263fe

Complementary Color

#4263fe #fedd42

#4263fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4263fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4263fe Color CSS Codes

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

#4263fe Text Font Color

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

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


#4263fe Background Color

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

This div background color is #4263fe


#4263fe Border Color

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

This div border color is #4263fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4263fe


Comments

No comments written yet.

Please login to write comment.