Color Hex Logo

#4856fd Color Hex

#4856FD
(72,86,253)
0 Favorites   0 Comments

Color spaces of #4856fd

RGB 7286253
HSL0.650.980.64
HSV235°72°99°
CMYK 0.720.660.00   0.01
XYZ23.729915.125194.5972
Yxy15.12510.17780.1133
Hunter Lab38.891040.8551-116.9914
CIE-Lab45.805148.4383-84.2795

#4856fd color RGB value is (72,86,253).

#4856fd hex color red value is 72, green value is 86 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #4856fd hue: 0.65 , saturation: 0.98 and the lightness value of 4856fd is 0.64.

The process color (four color CMYK) of #4856fd color hex is 0.72, 0.66, 0.00, 0.01. Web safe color of #4856fd is #3366ff. Color #4856fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01010110 11111101
Octal 110 126 375
Decimal 72 86 253
Hex 48 56 FD

RGB Percentages of Color #4856fd

%17.52
%20.92
%61.56

CMYK Percentages of Color #4856fd

%72
%66
%0
%1

Triadic Colors of #4856fd

#4856fd #fd4856 #56fd48

Analogous Colors of #4856fd

#4856fd #9548fd #48b1fd

Monochromatic Colors of #4856fd

#4856fd

Complementary Color

#4856fd #fdef48

#4856fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4856fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4856fd Color CSS Codes

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

#4856fd Text Font Color

<p style="color:#4856fd">Text here</p>

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


#4856fd Background Color

<div style="background-color:#4856fd">
Div content here</div>

This div background color is #4856fd


#4856fd Border Color

<div style="border:3px solid #4856fd">
Div here</div>

This div border color is #4856fd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,86,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4856fd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4856fd;
  -webkit-box-shadow: 1px 1px 3px 2px #4856fd;
  box-shadow:         1px 1px 3px 2px #4856fd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4856fd


Comments

No comments written yet.

Please login to write comment.