Color Hex Logo

#4859ec Color Hex

#4859EC
(72,89,236)
0 Favorites   0 Comments

Color spaces of #4859ec

RGB 7289236
HSL0.650.810.60
HSV234°69°93°
CMYK 0.690.620.00   0.07
XYZ21.385214.578681.0437
Yxy14.57860.18280.1246
Hunter Lab38.181933.1571-99.1196
CIE-Lab45.051540.9551-75.9908

#4859ec color RGB value is (72,89,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01011001 11101100
Octal 110 131 354
Decimal 72 89 236
Hex 48 59 EC

RGB Percentages of Color #4859ec

%18.14
%22.42
%59.45

CMYK Percentages of Color #4859ec

%69
%62
%0
%7

Triadic Colors of #4859ec

#4859ec #ec4859 #59ec48

Analogous Colors of #4859ec

#4859ec #8948ec #48abec

Monochromatic Colors of #4859ec

#4859ec

Complementary Color

#4859ec #ecdb48

#4859ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4859ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#4859ec Color CSS Codes

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

#4859ec Text Font Color

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

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


#4859ec Background Color

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

This div background color is #4859ec


#4859ec Border Color

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

This div border color is #4859ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4859ec


Comments

No comments written yet.

Please login to write comment.