Color Hex Logo

#4a24db Color Hex

#4A24DB
(74,36,219)
0 Favorites   0 Comments

Color spaces of #4a24db

RGB 7436219
HSL0.700.720.50
HSV252°84°86°
CMYK 0.660.840.00   0.14
XYZ16.24117.832167.6736
Yxy7.83210.17700.0854
Hunter Lab27.985954.6139-123.7810
CIE-Lab33.630763.5314-85.1099

#4a24db color RGB value is (74,36,219).

#4a24db hex color red value is 74, green value is 36 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #4a24db hue: 0.70 , saturation: 0.72 and the lightness value of 4a24db is 0.50.

The process color (four color CMYK) of #4a24db color hex is 0.66, 0.84, 0.00, 0.14. Web safe color of #4a24db is #3333cc. Color #4a24db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 00100100 11011011
Octal 112 44 333
Decimal 74 36 219
Hex 4A 24 DB

RGB Percentages of Color #4a24db

%22.49
%10.94
%66.57

CMYK Percentages of Color #4a24db

%66
%84
%0
%14

Triadic Colors of #4a24db

#4a24db #db4a24 #24db4a

Analogous Colors of #4a24db

#4a24db #a624db #245adb

Monochromatic Colors of #4a24db

#4a24db

Complementary Color

#4a24db #b5db24

#4a24db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a24db Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a24db Color CSS Codes

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

#4a24db Text Font Color

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

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


#4a24db Background Color

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

This div background color is #4a24db


#4a24db Border Color

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

This div border color is #4a24db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a24db


Comments

No comments written yet.

Please login to write comment.