Color Hex Logo

#4528ad Color Hex

#4528AD
(69,40,173)
0 Favorites   0 Comments

Color spaces of #4528ad

RGB 6940173
HSL0.700.620.42
HSV253°77°68°
CMYK 0.600.770.00   0.32
XYZ10.75595.799940.0878
Yxy5.79990.18990.1024
Hunter Lab24.083037.5761-81.8342
CIE-Lab28.901948.3036-65.9273

#4528ad color RGB value is (69,40,173).

#4528ad hex color red value is 69, green value is 40 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #4528ad hue: 0.70 , saturation: 0.62 and the lightness value of 4528ad is 0.42.

The process color (four color CMYK) of #4528ad color hex is 0.60, 0.77, 0.00, 0.32. Web safe color of #4528ad is #333399. Color #4528ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 00101000 10101101
Octal 105 50 255
Decimal 69 40 173
Hex 45 28 AD

RGB Percentages of Color #4528ad

%24.47
%14.18
%61.35

CMYK Percentages of Color #4528ad

%60
%77
%0
%32

Triadic Colors of #4528ad

#4528ad #ad4528 #28ad45

Analogous Colors of #4528ad

#4528ad #8828ad #284ead

Monochromatic Colors of #4528ad

#4528ad

Complementary Color

#4528ad #90ad28

#4528ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4528ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#4528ad Color CSS Codes

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

#4528ad Text Font Color

<p style="color:#4528ad">Text here</p>

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


#4528ad Background Color

<div style="background-color:#4528ad">
Div content here</div>

This div background color is #4528ad


#4528ad Border Color

<div style="border:3px solid #4528ad">
Div here</div>

This div border color is #4528ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(69,40,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4528ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4528ad;
  -webkit-box-shadow: 1px 1px 3px 2px #4528ad;
  box-shadow:         1px 1px 3px 2px #4528ad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4528ad


Comments

No comments written yet.

Please login to write comment.