Color Hex Logo

#4870fa Color Hex

#4870FA
(72,112,250)
0 Favorites   0 Comments

Color spaces of #4870fa

RGB 72112250
HSL0.630.950.63
HSV227°71°98°
CMYK 0.710.550.00   0.02
XYZ25.722019.868292.9217
Yxy19.86820.18570.1434
Hunter Lab44.573825.0022-92.3986
CIE-Lab51.687931.6559-73.0033

#4870fa color RGB value is (72,112,250).

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

The process color (four color CMYK) of #4870fa color hex is 0.71, 0.55, 0.00, 0.02. Web safe color of #4870fa is #3366ff. Color #4870fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01110000 11111010
Octal 110 160 372
Decimal 72 112 250
Hex 48 70 FA

RGB Percentages of Color #4870fa

%16.59
%25.81
%57.60

CMYK Percentages of Color #4870fa

%71
%55
%0
%2

Triadic Colors of #4870fa

#4870fa #fa4870 #70fa48

Analogous Colors of #4870fa

#4870fa #7948fa #48c9fa

Monochromatic Colors of #4870fa

#4870fa

Complementary Color

#4870fa #fad248

#4870fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4870fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4870fa Color CSS Codes

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

#4870fa Text Font Color

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

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


#4870fa Background Color

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

This div background color is #4870fa


#4870fa Border Color

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

This div border color is #4870fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,112,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #4870fa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4870fa


Comments

No comments written yet.

Please login to write comment.