Color Hex Logo

#4276fe Color Hex

#4276FE
(66,118,254)
0 Favorites   0 Comments

Color spaces of #4276fe

RGB 66118254
HSL0.620.990.63
HSV223°74°100°
CMYK 0.740.540.00   0.00
XYZ26.614621.270996.4689
Yxy21.27090.18440.1474
Hunter Lab46.120422.2960-91.7312
CIE-Lab53.244728.6439-72.7030

#4276fe color RGB value is (66,118,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01110110 11111110
Octal 102 166 376
Decimal 66 118 254
Hex 42 76 FE

RGB Percentages of Color #4276fe

%15.07
%26.94
%57.99

CMYK Percentages of Color #4276fe

%74
%54
%0
%0

Triadic Colors of #4276fe

#4276fe #fe4276 #76fe42

Analogous Colors of #4276fe

#4276fe #6c42fe #42d4fe

Monochromatic Colors of #4276fe

#4276fe

Complementary Color

#4276fe #feca42

#4276fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4276fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4276fe Color CSS Codes

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

#4276fe Text Font Color

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

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


#4276fe Background Color

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

This div background color is #4276fe


#4276fe Border Color

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

This div border color is #4276fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4276fe

Related Colors


Comments

No comments written yet.

Please login to write comment.