Color Hex Logo

#4857fa Color Hex

#4857FA
(72,87,250)
0 Favorites   0 Comments

Color spaces of #4857fa

RGB 7287250
HSL0.650.950.63
HSV235°71°98°
CMYK 0.710.650.00   0.02
XYZ23.336015.096292.1264
Yxy15.09620.17870.1156
Hunter Lab38.853839.2147-113.3850
CIE-Lab45.765746.8563-82.6712

#4857fa color RGB value is (72,87,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01010111 11111010
Octal 110 127 372
Decimal 72 87 250
Hex 48 57 FA

RGB Percentages of Color #4857fa

%17.60
%21.27
%61.12

CMYK Percentages of Color #4857fa

%71
%65
%0
%2

Triadic Colors of #4857fa

#4857fa #fa4857 #57fa48

Analogous Colors of #4857fa

#4857fa #9248fa #48b0fa

Monochromatic Colors of #4857fa

#4857fa

Complementary Color

#4857fa #faeb48

#4857fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4857fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4857fa Color CSS Codes

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

#4857fa Text Font Color

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

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


#4857fa Background Color

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

This div background color is #4857fa


#4857fa Border Color

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

This div border color is #4857fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4857fa

Related Colors


Comments

No comments written yet.

Please login to write comment.