Color Hex Logo

#4515aa Color Hex

#4515AA
(69,21,170)
0 Favorites   0 Comments

Color spaces of #4515aa

RGB 6921170
HSL0.720.780.37
HSV259°88°67°
CMYK 0.590.880.00   0.33
XYZ9.97814.703838.4122
Yxy4.70380.18790.0886
Hunter Lab21.688244.1680-89.8272
CIE-Lab25.873755.3803-69.1228

#4515aa color RGB value is (69,21,170).

#4515aa hex color red value is 69, green value is 21 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #4515aa hue: 0.72 , saturation: 0.78 and the lightness value of 4515aa is 0.37.

The process color (four color CMYK) of #4515aa color hex is 0.59, 0.88, 0.00, 0.33. Web safe color of #4515aa is #330099. Color #4515aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 00010101 10101010
Octal 105 25 252
Decimal 69 21 170
Hex 45 15 AA

RGB Percentages of Color #4515aa

%26.54
%8.08
%65.38

CMYK Percentages of Color #4515aa

%59
%88
%0
%33

Triadic Colors of #4515aa

#4515aa #aa4515 #15aa45

Analogous Colors of #4515aa

#4515aa #9015aa #1530aa

Monochromatic Colors of #4515aa

#4515aa

Complementary Color

#4515aa #7aaa15

#4515aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4515aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4515aa Color CSS Codes

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

#4515aa Text Font Color

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

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


#4515aa Background Color

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

This div background color is #4515aa


#4515aa Border Color

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

This div border color is #4515aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(69,21,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 #4515aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4515aa


Comments

No comments written yet.

Please login to write comment.