Color Hex Logo

#4320ad Color Hex

#4320AD
(67,32,173)
0 Favorites   0 Comments

Color spaces of #4320ad

RGB 6732173
HSL0.710.690.40
HSV255°82°68°
CMYK 0.610.820.00   0.32
XYZ10.37415.243440.0005
Yxy5.24340.18650.0943
Hunter Lab22.898540.7967-87.5426
CIE-Lab27.417351.8068-68.3829

#4320ad color RGB value is (67,32,173).

#4320ad hex color red value is 67, green value is 32 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #4320ad hue: 0.71 , saturation: 0.69 and the lightness value of 4320ad is 0.40.

The process color (four color CMYK) of #4320ad color hex is 0.61, 0.82, 0.00, 0.32. Web safe color of #4320ad is #333399. Color #4320ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 00100000 10101101
Octal 103 40 255
Decimal 67 32 173
Hex 43 20 AD

RGB Percentages of Color #4320ad

%24.63
%11.76
%63.60

CMYK Percentages of Color #4320ad

%61
%82
%0
%32

Triadic Colors of #4320ad

#4320ad #ad4320 #20ad43

Analogous Colors of #4320ad

#4320ad #8a20ad #2044ad

Monochromatic Colors of #4320ad

#4320ad

Complementary Color

#4320ad #8aad20

#4320ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4320ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#4320ad Color CSS Codes

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

#4320ad Text Font Color

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

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


#4320ad Background Color

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

This div background color is #4320ad


#4320ad Border Color

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

This div border color is #4320ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4320ad


Comments

No comments written yet.

Please login to write comment.