Color Hex Logo

#4328ab Color Hex

#4328AB
(67,40,171)
0 Favorites   0 Comments

Color spaces of #4328ab

RGB 6740171
HSL0.700.620.41
HSV252°77°67°
CMYK 0.610.770.00   0.33
XYZ10.42425.651139.0694
Yxy5.65110.18900.1025
Hunter Lab23.772036.6724-80.8028
CIE-Lab28.514647.4610-65.3708

#4328ab color RGB value is (67,40,171).

#4328ab hex color red value is 67, green value is 40 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #4328ab hue: 0.70 , saturation: 0.62 and the lightness value of 4328ab is 0.41.

The process color (four color CMYK) of #4328ab color hex is 0.61, 0.77, 0.00, 0.33. Web safe color of #4328ab is #333399. Color #4328ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 00101000 10101011
Octal 103 50 253
Decimal 67 40 171
Hex 43 28 AB

RGB Percentages of Color #4328ab

%24.10
%14.39
%61.51

CMYK Percentages of Color #4328ab

%61
%77
%0
%33

Triadic Colors of #4328ab

#4328ab #ab4328 #28ab43

Analogous Colors of #4328ab

#4328ab #8528ab #284fab

Monochromatic Colors of #4328ab

#4328ab

Complementary Color

#4328ab #90ab28

#4328ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4328ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#4328ab Color CSS Codes

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

#4328ab Text Font Color

<p style="color:#4328ab">Text here</p>

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


#4328ab Background Color

<div style="background-color:#4328ab">
Div content here</div>

This div background color is #4328ab


#4328ab Border Color

<div style="border:3px solid #4328ab">
Div here</div>

This div border color is #4328ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(67,40,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4328ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4328ab;
  -webkit-box-shadow: 1px 1px 3px 2px #4328ab;
  box-shadow:         1px 1px 3px 2px #4328ab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4328ab


Comments

No comments written yet.

Please login to write comment.