Color Hex Logo

#4632ad Color Hex

#4632AD
(70,50,173)
0 Favorites   0 Comments

Color spaces of #4632ad

RGB 7050173
HSL0.690.550.44
HSV250°71°68°
CMYK 0.600.710.00   0.32
XYZ11.20926.600440.2184
Yxy6.60040.19320.1137
Hunter Lab25.691232.9206-74.8318
CIE-Lab30.879343.1311-62.6735

#4632ad color RGB value is (70,50,173).

#4632ad hex color red value is 70, green value is 50 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #4632ad hue: 0.69 , saturation: 0.55 and the lightness value of 4632ad is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 00110010 10101101
Octal 106 62 255
Decimal 70 50 173
Hex 46 32 AD

RGB Percentages of Color #4632ad

%23.89
%17.06
%59.04

CMYK Percentages of Color #4632ad

%60
%71
%0
%32

Triadic Colors of #4632ad

#4632ad #ad4632 #32ad46

Analogous Colors of #4632ad

#4632ad #8432ad #325cad

Monochromatic Colors of #4632ad

#4632ad

Complementary Color

#4632ad #99ad32

#4632ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4632ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#4632ad Color CSS Codes

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

#4632ad Text Font Color

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

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


#4632ad Background Color

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

This div background color is #4632ad


#4632ad Border Color

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

This div border color is #4632ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4632ad


Comments

No comments written yet.

Please login to write comment.