Color Hex Logo

#4957fc Color Hex

#4957FC
(73,87,252)
0 Favorites   0 Comments

Color spaces of #4957fc

RGB 7387252
HSL0.650.970.64
HSV235°71°99°
CMYK 0.710.650.00   0.01
XYZ23.726515.261193.7906
Yxy15.26110.17870.1149
Hunter Lab39.065540.0479-115.0010
CIE-Lab45.989847.6272-83.4171

#4957fc color RGB value is (73,87,252).

#4957fc hex color red value is 73, green value is 87 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #4957fc hue: 0.65 , saturation: 0.97 and the lightness value of 4957fc is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01010111 11111100
Octal 111 127 374
Decimal 73 87 252
Hex 49 57 FC

RGB Percentages of Color #4957fc

%17.72
%21.12
%61.17

CMYK Percentages of Color #4957fc

%71
%65
%0
%1

Triadic Colors of #4957fc

#4957fc #fc4957 #57fc49

Analogous Colors of #4957fc

#4957fc #9549fc #49b1fc

Monochromatic Colors of #4957fc

#4957fc

Complementary Color

#4957fc #fcee49

#4957fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4957fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4957fc Color CSS Codes

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

#4957fc Text Font Color

<p style="color:#4957fc">Text here</p>

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


#4957fc Background Color

<div style="background-color:#4957fc">
Div content here</div>

This div background color is #4957fc


#4957fc Border Color

<div style="border:3px solid #4957fc">
Div here</div>

This div border color is #4957fc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,87,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4957fc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4957fc;
  -webkit-box-shadow: 1px 1px 3px 2px #4957fc;
  box-shadow:         1px 1px 3px 2px #4957fc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,87,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4957fc


Comments

No comments written yet.

Please login to write comment.