Color Hex Logo

#4a4ede Color Hex

#4A4EDE
(74,78,222)
0 Favorites   0 Comments

Color spaces of #4a4ede

RGB 7478222
HSL0.660.690.58
HSV238°67°87°
CMYK 0.670.650.00   0.13
XYZ18.733212.178670.4706
Yxy12.17860.18480.1201
Hunter Lab34.897934.7477-95.2981
CIE-Lab41.498643.1400-73.8645

#4a4ede color RGB value is (74,78,222).

#4a4ede hex color red value is 74, green value is 78 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #4a4ede hue: 0.66 , saturation: 0.69 and the lightness value of 4a4ede is 0.58.

The process color (four color CMYK) of #4a4ede color hex is 0.67, 0.65, 0.00, 0.13. Web safe color of #4a4ede is #3366cc. Color #4a4ede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 01001110 11011110
Octal 112 116 336
Decimal 74 78 222
Hex 4A 4E DE

RGB Percentages of Color #4a4ede

%19.79
%20.86
%59.36

CMYK Percentages of Color #4a4ede

%67
%65
%0
%13

Triadic Colors of #4a4ede

#4a4ede #de4a4e #4ede4a

Analogous Colors of #4a4ede

#4a4ede #904ade #4a98de

Monochromatic Colors of #4a4ede

#4a4ede

Complementary Color

#4a4ede #deda4a

#4a4ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a4ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a4ede Color CSS Codes

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

#4a4ede Text Font Color

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

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


#4a4ede Background Color

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

This div background color is #4a4ede


#4a4ede Border Color

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

This div border color is #4a4ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a4ede


Comments

No comments written yet.

Please login to write comment.