Color Hex Logo

#4a5eee Color Hex

#4A5EEE
(74,94,238)
0 Favorites   0 Comments

Color spaces of #4a5eee

RGB 7494238
HSL0.650.830.61
HSV233°69°93°
CMYK 0.690.610.00   0.07
XYZ22.259415.634382.7334
Yxy15.63430.18450.1296
Hunter Lab39.540231.2922-96.3794
CIE-Lab46.491038.8392-74.7600

#4a5eee color RGB value is (74,94,238).

#4a5eee hex color red value is 74, green value is 94 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #4a5eee hue: 0.65 , saturation: 0.83 and the lightness value of 4a5eee is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 01011110 11101110
Octal 112 136 356
Decimal 74 94 238
Hex 4A 5E EE

RGB Percentages of Color #4a5eee

%18.23
%23.15
%58.62

CMYK Percentages of Color #4a5eee

%69
%61
%0
%7

Triadic Colors of #4a5eee

#4a5eee #ee4a5e #5eee4a

Analogous Colors of #4a5eee

#4a5eee #884aee #4ab0ee

Monochromatic Colors of #4a5eee

#4a5eee

Complementary Color

#4a5eee #eeda4a

#4a5eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a5eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a5eee Color CSS Codes

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

#4a5eee Text Font Color

<p style="color:#4a5eee">Text here</p>

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


#4a5eee Background Color

<div style="background-color:#4a5eee">
Div content here</div>

This div background color is #4a5eee


#4a5eee Border Color

<div style="border:3px solid #4a5eee">
Div here</div>

This div border color is #4a5eee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(74,94,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4a5eee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4a5eee;
  -webkit-box-shadow: 1px 1px 3px 2px #4a5eee;
  box-shadow:         1px 1px 3px 2px #4a5eee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(74,94,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a5eee


Comments

No comments written yet.

Please login to write comment.