Color Hex Logo

#4a4afe Color Hex

#4A4AFE
(74,74,254)
0 Favorites   0 Comments

Color spaces of #4a4afe

RGB 7474254
HSL0.670.990.64
HSV240°71°100°
CMYK 0.710.710.00   0.00
XYZ23.162213.509295.1527
Yxy13.50920.17570.1025
Hunter Lab36.754948.1662-127.7643
CIE-Lab43.520755.7539-88.5910

#4a4afe color RGB value is (74,74,254).

#4a4afe hex color red value is 74, green value is 74 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #4a4afe hue: 0.67 , saturation: 0.99 and the lightness value of 4a4afe is 0.64.

The process color (four color CMYK) of #4a4afe color hex is 0.71, 0.71, 0.00, 0.00. Web safe color of #4a4afe is #3333ff. Color #4a4afe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 01001010 11111110
Octal 112 112 376
Decimal 74 74 254
Hex 4A 4A FE

RGB Percentages of Color #4a4afe

%18.41
%18.41
%63.18

CMYK Percentages of Color #4a4afe

%71
%71
%0
%0

Triadic Colors of #4a4afe

#4a4afe #fe4a4a #4afe4a

Analogous Colors of #4a4afe

#4a4afe #a44afe #4aa4fe

Monochromatic Colors of #4a4afe

#4a4afe

Complementary Color

#4a4afe #fefe4a

#4a4afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a4afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a4afe Color CSS Codes

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

#4a4afe Text Font Color

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

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


#4a4afe Background Color

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

This div background color is #4a4afe


#4a4afe Border Color

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

This div border color is #4a4afe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a4afe

Related Colors


Comments

No comments written yet.

Please login to write comment.