Color Hex Logo

#4525ad Color Hex

#4525AD
(69,37,173)
0 Favorites   0 Comments

Color spaces of #4525ad

RGB 6937173
HSL0.710.650.41
HSV254°79°68°
CMYK 0.600.790.00   0.32
XYZ10.65865.605540.0554
Yxy5.60550.18930.0995
Hunter Lab23.675938.9255-83.7348
CIE-Lab28.394549.7591-66.7635

#4525ad color RGB value is (69,37,173).

#4525ad hex color red value is 69, green value is 37 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #4525ad hue: 0.71 , saturation: 0.65 and the lightness value of 4525ad is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 01000101 00100101 10101101
Octal 105 45 255
Decimal 69 37 173
Hex 45 25 AD

RGB Percentages of Color #4525ad

%24.73
%13.26
%62.01

CMYK Percentages of Color #4525ad

%60
%79
%0
%32

Triadic Colors of #4525ad

#4525ad #ad4525 #25ad45

Analogous Colors of #4525ad

#4525ad #8925ad #2549ad

Monochromatic Colors of #4525ad

#4525ad

Complementary Color

#4525ad #8dad25

#4525ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4525ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#4525ad Color CSS Codes

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

#4525ad Text Font Color

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

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


#4525ad Background Color

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

This div background color is #4525ad


#4525ad Border Color

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

This div border color is #4525ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4525ad


Comments

No comments written yet.

Please login to write comment.