Color Hex Logo

#4859eb Color Hex

#4859EB
(72,89,235)
0 Favorites   0 Comments

Color spaces of #4859eb

RGB 7289235
HSL0.650.800.60
HSV234°69°92°
CMYK 0.690.620.00   0.08
XYZ21.240314.520680.2805
Yxy14.52060.18300.1251
Hunter Lab38.105932.8109-98.2365
CIE-Lab44.970540.6162-75.5599

#4859eb color RGB value is (72,89,235).

#4859eb hex color red value is 72, green value is 89 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #4859eb hue: 0.65 , saturation: 0.80 and the lightness value of 4859eb is 0.60.

The process color (four color CMYK) of #4859eb color hex is 0.69, 0.62, 0.00, 0.08. Web safe color of #4859eb is #3366ff. Color #4859eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01011001 11101011
Octal 110 131 353
Decimal 72 89 235
Hex 48 59 EB

RGB Percentages of Color #4859eb

%18.18
%22.47
%59.34

CMYK Percentages of Color #4859eb

%69
%62
%0
%8

Triadic Colors of #4859eb

#4859eb #eb4859 #59eb48

Analogous Colors of #4859eb

#4859eb #8948eb #48abeb

Monochromatic Colors of #4859eb

#4859eb

Complementary Color

#4859eb #ebda48

#4859eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4859eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4859eb Color CSS Codes

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

#4859eb Text Font Color

<p style="color:#4859eb">Text here</p>

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


#4859eb Background Color

<div style="background-color:#4859eb">
Div content here</div>

This div background color is #4859eb


#4859eb Border Color

<div style="border:3px solid #4859eb">
Div here</div>

This div border color is #4859eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,89,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4859eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4859eb;
  -webkit-box-shadow: 1px 1px 3px 2px #4859eb;
  box-shadow:         1px 1px 3px 2px #4859eb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4859eb


Comments

No comments written yet.

Please login to write comment.