Color Hex Logo

#4537ad Color Hex

#4537AD
(69,55,173)
0 Favorites   0 Comments

Color spaces of #4537ad

RGB 6955173
HSL0.690.520.45
HSV247°68°68°
CMYK 0.600.680.00   0.32
XYZ11.36337.014740.2902
Yxy7.01470.19370.1196
Hunter Lab26.485330.2348-71.6540
CIE-Lab31.840440.1073-61.1019

#4537ad color RGB value is (69,55,173).

#4537ad hex color red value is 69, green value is 55 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #4537ad hue: 0.69 , saturation: 0.52 and the lightness value of 4537ad is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 01000101 00110111 10101101
Octal 105 67 255
Decimal 69 55 173
Hex 45 37 AD

RGB Percentages of Color #4537ad

%23.23
%18.52
%58.25

CMYK Percentages of Color #4537ad

%60
%68
%0
%32

Triadic Colors of #4537ad

#4537ad #ad4537 #37ad45

Analogous Colors of #4537ad

#4537ad #8037ad #3764ad

Monochromatic Colors of #4537ad

#4537ad

Complementary Color

#4537ad #9fad37

#4537ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4537ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#4537ad Color CSS Codes

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

#4537ad Text Font Color

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

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


#4537ad Background Color

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

This div background color is #4537ad


#4537ad Border Color

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

This div border color is #4537ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4537ad


Comments

No comments written yet.

Please login to write comment.