Color Hex Logo

#4870fe Color Hex

#4870FE
(72,112,254)
0 Favorites   0 Comments

Color spaces of #4870fe

RGB 72112254
HSL0.630.990.64
HSV227°72°100°
CMYK 0.720.560.00   0.00
XYZ26.356120.121896.2607
Yxy20.12180.18460.1410
Hunter Lab44.857326.3780-95.8321
CIE-Lab51.974633.0559-74.7545

#4870fe color RGB value is (72,112,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01110000 11111110
Octal 110 160 376
Decimal 72 112 254
Hex 48 70 FE

RGB Percentages of Color #4870fe

%16.44
%25.57
%57.99

CMYK Percentages of Color #4870fe

%72
%56
%0
%0

Triadic Colors of #4870fe

#4870fe #fe4870 #70fe48

Analogous Colors of #4870fe

#4870fe #7b48fe #48cbfe

Monochromatic Colors of #4870fe

#4870fe

Complementary Color

#4870fe #fed648

#4870fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4870fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4870fe Color CSS Codes

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

#4870fe Text Font Color

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

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


#4870fe Background Color

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

This div background color is #4870fe


#4870fe Border Color

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

This div border color is #4870fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4870fe

Related Colors


Comments

No comments written yet.

Please login to write comment.