Color Hex Logo

#4876fe Color Hex

#4876FE
(72,118,254)
0 Favorites   0 Comments

Color spaces of #4876fe

RGB 72118254
HSL0.620.990.64
HSV225°72°100°
CMYK 0.720.540.00   0.00
XYZ27.040321.490396.4888
Yxy21.49030.18650.1482
Hunter Lab46.357622.9928-90.9559
CIE-Lab53.482029.3561-72.3071

#4876fe color RGB value is (72,118,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01110110 11111110
Octal 110 166 376
Decimal 72 118 254
Hex 48 76 FE

RGB Percentages of Color #4876fe

%16.22
%26.58
%57.21

CMYK Percentages of Color #4876fe

%72
%54
%0
%0

Triadic Colors of #4876fe

#4876fe #fe4876 #76fe48

Analogous Colors of #4876fe

#4876fe #7548fe #48d1fe

Monochromatic Colors of #4876fe

#4876fe

Complementary Color

#4876fe #fed048

#4876fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4876fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4876fe Color CSS Codes

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

#4876fe Text Font Color

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

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


#4876fe Background Color

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

This div background color is #4876fe


#4876fe Border Color

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

This div border color is #4876fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4876fe

Related Colors


Comments

No comments written yet.

Please login to write comment.