Color Hex Logo

#4856ff Color Hex

#4856FF
(72,86,255)
0 Favorites   0 Comments

Color spaces of #4856ff

RGB 7286255
HSL0.651.000.64
HSV235°72°100°
CMYK 0.720.660.00   0.00
XYZ24.050315.253396.2843
Yxy15.25330.17740.1125
Hunter Lab39.055541.5729-118.8301
CIE-Lab45.979249.0984-85.1072

#4856ff color RGB value is (72,86,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01010110 11111111
Octal 110 126 377
Decimal 72 86 255
Hex 48 56 FF

RGB Percentages of Color #4856ff

%17.43
%20.82
%61.74

CMYK Percentages of Color #4856ff

%72
%66
%0
%0

Triadic Colors of #4856ff

#4856ff #ff4856 #56ff48

Analogous Colors of #4856ff

#4856ff #9648ff #48b2ff

Monochromatic Colors of #4856ff

#4856ff

Complementary Color

#4856ff #fff148

#4856ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4856ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#4856ff Color CSS Codes

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

#4856ff Text Font Color

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

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


#4856ff Background Color

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

This div background color is #4856ff


#4856ff Border Color

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

This div border color is #4856ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4856ff


Comments

No comments written yet.

Please login to write comment.