Color Hex Logo

#4a17e5 Color Hex

#4A17E5
(74,23,229)
0 Favorites   0 Comments

Color spaces of #4a17e5

RGB 7423229
HSL0.710.820.49
HSV255°90°90°
CMYK 0.680.900.00   0.10
XYZ17.27337.725874.7096
Yxy7.72580.17320.0775
Hunter Lab27.795362.2863-139.9058
CIE-Lab33.405270.2612-91.2201

#4a17e5 color RGB value is (74,23,229).

#4a17e5 hex color red value is 74, green value is 23 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #4a17e5 hue: 0.71 , saturation: 0.82 and the lightness value of 4a17e5 is 0.49.

The process color (four color CMYK) of #4a17e5 color hex is 0.68, 0.90, 0.00, 0.10. Web safe color of #4a17e5 is #3300cc. Color #4a17e5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 00010111 11100101
Octal 112 27 345
Decimal 74 23 229
Hex 4A 17 E5

RGB Percentages of Color #4a17e5

%22.70
%7.06
%70.25

CMYK Percentages of Color #4a17e5

%68
%90
%0
%10

Triadic Colors of #4a17e5

#4a17e5 #e54a17 #17e54a

Analogous Colors of #4a17e5

#4a17e5 #b117e5 #174be5

Monochromatic Colors of #4a17e5

#4a17e5

Complementary Color

#4a17e5 #b2e517

#4a17e5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a17e5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a17e5 Color CSS Codes

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

#4a17e5 Text Font Color

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

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


#4a17e5 Background Color

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

This div background color is #4a17e5


#4a17e5 Border Color

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

This div border color is #4a17e5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a17e5


Comments

No comments written yet.

Please login to write comment.