Color Hex Logo

#4460ea Color Hex

#4460EA
(68,96,234)
0 Favorites   0 Comments

Color spaces of #4460ea

RGB 6896234
HSL0.640.800.59
HSV230°71°92°
CMYK 0.710.590.00   0.08
XYZ21.418015.535279.7116
Yxy15.53520.18360.1332
Hunter Lab39.414728.0213-92.3167
CIE-Lab46.358735.4763-72.7386

#4460ea color RGB value is (68,96,234).

#4460ea hex color red value is 68, green value is 96 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #4460ea hue: 0.64 , saturation: 0.80 and the lightness value of 4460ea is 0.59.

The process color (four color CMYK) of #4460ea color hex is 0.71, 0.59, 0.00, 0.08. Web safe color of #4460ea is #3366ff. Color #4460ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01100000 11101010
Octal 104 140 352
Decimal 68 96 234
Hex 44 60 EA

RGB Percentages of Color #4460ea

%17.09
%24.12
%58.79

CMYK Percentages of Color #4460ea

%71
%59
%0
%8

Triadic Colors of #4460ea

#4460ea #ea4460 #60ea44

Analogous Colors of #4460ea

#4460ea #7b44ea #44b3ea

Monochromatic Colors of #4460ea

#4460ea

Complementary Color

#4460ea #eace44

#4460ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4460ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#4460ea Color CSS Codes

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

#4460ea Text Font Color

<p style="color:#4460ea">Text here</p>

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


#4460ea Background Color

<div style="background-color:#4460ea">
Div content here</div>

This div background color is #4460ea


#4460ea Border Color

<div style="border:3px solid #4460ea">
Div here</div>

This div border color is #4460ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,96,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4460ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4460ea;
  -webkit-box-shadow: 1px 1px 3px 2px #4460ea;
  box-shadow:         1px 1px 3px 2px #4460ea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(68,96,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4460ea


Comments

No comments written yet.

Please login to write comment.