Color Hex Logo

#4a18ea Color Hex

#4A18EA
(74,24,234)
0 Favorites   0 Comments

Color spaces of #4a18ea

RGB 7424234
HSL0.710.830.51
HSV254°90°92°
CMYK 0.680.900.00   0.08
XYZ18.00208.049678.4468
Yxy8.04960.17230.0770
Hunter Lab28.371863.6081-144.0739
CIE-Lab34.086071.2547-92.9400

#4a18ea color RGB value is (74,24,234).

#4a18ea hex color red value is 74, green value is 24 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #4a18ea hue: 0.71 , saturation: 0.83 and the lightness value of 4a18ea is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 00011000 11101010
Octal 112 30 352
Decimal 74 24 234
Hex 4A 18 EA

RGB Percentages of Color #4a18ea

%22.29
%7.23
%70.48

CMYK Percentages of Color #4a18ea

%68
%90
%0
%8

Triadic Colors of #4a18ea

#4a18ea #ea4a18 #18ea4a

Analogous Colors of #4a18ea

#4a18ea #b318ea #184fea

Monochromatic Colors of #4a18ea

#4a18ea

Complementary Color

#4a18ea #b8ea18

#4a18ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a18ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a18ea Color CSS Codes

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

#4a18ea Text Font Color

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

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


#4a18ea Background Color

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

This div background color is #4a18ea


#4a18ea Border Color

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

This div border color is #4a18ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a18ea


Comments

No comments written yet.

Please login to write comment.