Color Hex Logo

#4304aa Color Hex

#4304AA
(67,4,170)
0 Favorites   0 Comments

Color spaces of #4304aa

RGB 674170
HSL0.730.950.34
HSV263°98°67°
CMYK 0.610.980.00   0.33
XYZ9.61394.182438.3308
Yxy4.18240.18440.0802
Hunter Lab20.450948.1231-96.8106
CIE-Lab24.265559.4066-71.7955

#4304aa color RGB value is (67,4,170).

#4304aa hex color red value is 67, green value is 4 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #4304aa hue: 0.73 , saturation: 0.95 and the lightness value of 4304aa is 0.34.

The process color (four color CMYK) of #4304aa color hex is 0.61, 0.98, 0.00, 0.33. Web safe color of #4304aa is #330099. Color #4304aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 00000100 10101010
Octal 103 4 252
Decimal 67 4 170
Hex 43 4 AA

RGB Percentages of Color #4304aa

%27.80
%1.66
%70.54

CMYK Percentages of Color #4304aa

%61
%98
%0
%33

Triadic Colors of #4304aa

#4304aa #aa4304 #04aa43

Analogous Colors of #4304aa

#4304aa #9604aa #0418aa

Monochromatic Colors of #4304aa

#4304aa

Complementary Color

#4304aa #6baa04

#4304aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4304aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4304aa Color CSS Codes

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

#4304aa Text Font Color

<p style="color:#4304aa">Text here</p>

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


#4304aa Background Color

<div style="background-color:#4304aa">
Div content here</div>

This div background color is #4304aa


#4304aa Border Color

<div style="border:3px solid #4304aa">
Div here</div>

This div border color is #4304aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(67,4,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4304aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4304aa;
  -webkit-box-shadow: 1px 1px 3px 2px #4304aa;
  box-shadow:         1px 1px 3px 2px #4304aa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4304aa


Comments

No comments written yet.

Please login to write comment.