Color Hex Logo

#4267fe Color Hex

#4267FE
(66,103,254)
0 Favorites   0 Comments

Color spaces of #4267fe

RGB 66103254
HSL0.630.990.63
HSV228°74°100°
CMYK 0.740.590.00   0.00
XYZ24.986418.014595.9262
Yxy18.01450.17990.1297
Hunter Lab42.443530.8065-104.2904
CIE-Lab49.513737.9145-78.7749

#4267fe color RGB value is (66,103,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01100111 11111110
Octal 102 147 376
Decimal 66 103 254
Hex 42 67 FE

RGB Percentages of Color #4267fe

%15.60
%24.35
%60.05

CMYK Percentages of Color #4267fe

%74
%59
%0
%0

Triadic Colors of #4267fe

#4267fe #fe4267 #67fe42

Analogous Colors of #4267fe

#4267fe #7b42fe #42c5fe

Monochromatic Colors of #4267fe

#4267fe

Complementary Color

#4267fe #fed942

#4267fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4267fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4267fe Color CSS Codes

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

#4267fe Text Font Color

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

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


#4267fe Background Color

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

This div background color is #4267fe


#4267fe Border Color

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

This div border color is #4267fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4267fe

Related Colors


Comments

No comments written yet.

Please login to write comment.