Color Hex Logo

#4a5fdd Color Hex

#4A5FDD
(74,95,221)
0 Favorites   0 Comments

Color spaces of #4a5fdd

RGB 7495221
HSL0.640.680.58
HSV231°67°87°
CMYK 0.670.570.00   0.13
XYZ19.967414.860770.2226
Yxy14.86070.19010.1415
Hunter Lab38.549624.9953-81.0190
CIE-Lab45.442832.3938-66.8609

#4a5fdd color RGB value is (74,95,221).

#4a5fdd hex color red value is 74, green value is 95 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #4a5fdd hue: 0.64 , saturation: 0.68 and the lightness value of 4a5fdd is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 01011111 11011101
Octal 112 137 335
Decimal 74 95 221
Hex 4A 5F DD

RGB Percentages of Color #4a5fdd

%18.97
%24.36
%56.67

CMYK Percentages of Color #4a5fdd

%67
%57
%0
%13

Triadic Colors of #4a5fdd

#4a5fdd #dd4a5f #5fdd4a

Analogous Colors of #4a5fdd

#4a5fdd #7f4add #4aa9dd

Monochromatic Colors of #4a5fdd

#4a5fdd

Complementary Color

#4a5fdd #ddc84a

#4a5fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a5fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a5fdd Color CSS Codes

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

#4a5fdd Text Font Color

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

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


#4a5fdd Background Color

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

This div background color is #4a5fdd


#4a5fdd Border Color

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

This div border color is #4a5fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a5fdd


Comments

No comments written yet.

Please login to write comment.