Color Hex Logo

#4a24bb Color Hex

#4A24BB
(74,36,187)
0 Favorites   0 Comments

Color spaces of #4a24bb

RGB 7436187
HSL0.710.680.44
HSV255°81°73°
CMYK 0.600.810.00   0.27
XYZ12.42466.305547.5759
Yxy6.30550.18740.0951
Hunter Lab25.110844.3765-94.7558
CIE-Lab30.170554.7462-72.1609

#4a24bb color RGB value is (74,36,187).

#4a24bb hex color red value is 74, green value is 36 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #4a24bb hue: 0.71 , saturation: 0.68 and the lightness value of 4a24bb is 0.44.

The process color (four color CMYK) of #4a24bb color hex is 0.60, 0.81, 0.00, 0.27. Web safe color of #4a24bb is #3333cc. Color #4a24bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 00100100 10111011
Octal 112 44 273
Decimal 74 36 187
Hex 4A 24 BB

RGB Percentages of Color #4a24bb

%24.92
%12.12
%62.96

CMYK Percentages of Color #4a24bb

%60
%81
%0
%27

Triadic Colors of #4a24bb

#4a24bb #bb4a24 #24bb4a

Analogous Colors of #4a24bb

#4a24bb #9624bb #244abb

Monochromatic Colors of #4a24bb

#4a24bb

Complementary Color

#4a24bb #95bb24

#4a24bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a24bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a24bb Color CSS Codes

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

#4a24bb Text Font Color

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

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


#4a24bb Background Color

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

This div background color is #4a24bb


#4a24bb Border Color

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

This div border color is #4a24bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a24bb


Comments

No comments written yet.

Please login to write comment.