Color Hex Logo

#4a4ecd Color Hex

#4A4ECD
(74,78,205)
0 Favorites   0 Comments

Color spaces of #4a4ecd

RGB 7478205
HSL0.660.570.55
HSV238°64°80°
CMYK 0.640.620.00   0.20
XYZ16.567911.312459.0679
Yxy11.31240.19050.1301
Hunter Lab33.633929.0689-80.5814
CIE-Lab40.101737.4878-66.3878

#4a4ecd color RGB value is (74,78,205).

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

The process color (four color CMYK) of #4a4ecd color hex is 0.64, 0.62, 0.00, 0.20. Web safe color of #4a4ecd is #3366cc. Color #4a4ecd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 01001110 11001101
Octal 112 116 315
Decimal 74 78 205
Hex 4A 4E CD

RGB Percentages of Color #4a4ecd

%20.73
%21.85
%57.42

CMYK Percentages of Color #4a4ecd

%64
%62
%0
%20

Triadic Colors of #4a4ecd

#4a4ecd #cd4a4e #4ecd4a

Analogous Colors of #4a4ecd

#4a4ecd #884acd #4a90cd

Monochromatic Colors of #4a4ecd

#4a4ecd

Complementary Color

#4a4ecd #cdc94a

#4a4ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a4ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a4ecd Color CSS Codes

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

#4a4ecd Text Font Color

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

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


#4a4ecd Background Color

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

This div background color is #4a4ecd


#4a4ecd Border Color

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

This div border color is #4a4ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a4ecd


Comments

No comments written yet.

Please login to write comment.