Color Hex Logo

#4524aa Color Hex

#4524AA
(69,36,170)
0 Favorites   0 Comments

Color spaces of #4524aa

RGB 6936170
HSL0.710.650.40
HSV255°79°67°
CMYK 0.590.790.00   0.33
XYZ10.34085.429238.5331
Yxy5.42920.19040.1000
Hunter Lab23.300638.4420-81.7395
CIE-Lab27.924149.3660-65.7356

#4524aa color RGB value is (69,36,170).

#4524aa hex color red value is 69, green value is 36 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #4524aa hue: 0.71 , saturation: 0.65 and the lightness value of 4524aa is 0.40.

The process color (four color CMYK) of #4524aa color hex is 0.59, 0.79, 0.00, 0.33. Web safe color of #4524aa is #333399. Color #4524aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 00100100 10101010
Octal 105 44 252
Decimal 69 36 170
Hex 45 24 AA

RGB Percentages of Color #4524aa

%25.09
%13.09
%61.82

CMYK Percentages of Color #4524aa

%59
%79
%0
%33

Triadic Colors of #4524aa

#4524aa #aa4524 #24aa45

Analogous Colors of #4524aa

#4524aa #8824aa #2446aa

Monochromatic Colors of #4524aa

#4524aa

Complementary Color

#4524aa #89aa24

#4524aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4524aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4524aa Color CSS Codes

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

#4524aa Text Font Color

<p style="color:#4524aa">Text here</p>

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


#4524aa Background Color

<div style="background-color:#4524aa">
Div content here</div>

This div background color is #4524aa


#4524aa Border Color

<div style="border:3px solid #4524aa">
Div here</div>

This div border color is #4524aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(69,36,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4524aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4524aa;
  -webkit-box-shadow: 1px 1px 3px 2px #4524aa;
  box-shadow:         1px 1px 3px 2px #4524aa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4524aa


Comments

No comments written yet.

Please login to write comment.