Color Hex Logo

#4f03aa Color Hex

#4F03AA
(79,3,170)
0 Favorites   0 Comments

Color spaces of #4f03aa

RGB 793170
HSL0.740.970.34
HSV267°98°67°
CMYK 0.540.980.00   0.33
XYZ10.51274.629738.3697
Yxy4.62970.19650.0865
Hunter Lab21.516749.5577-90.6671
CIE-Lab25.652660.4725-69.4517

#4f03aa color RGB value is (79,3,170).

#4f03aa hex color red value is 79, green value is 3 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #4f03aa hue: 0.74 , saturation: 0.97 and the lightness value of 4f03aa is 0.34.

The process color (four color CMYK) of #4f03aa color hex is 0.54, 0.98, 0.00, 0.33. Web safe color of #4f03aa is #660099. Color #4f03aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 00000011 10101010
Octal 117 3 252
Decimal 79 3 170
Hex 4F 3 AA

RGB Percentages of Color #4f03aa

%31.35
%1.19
%67.46

CMYK Percentages of Color #4f03aa

%54
%98
%0
%33

Triadic Colors of #4f03aa

#4f03aa #aa4f03 #03aa4f

Analogous Colors of #4f03aa

#4f03aa #a303aa #030baa

Monochromatic Colors of #4f03aa

#4f03aa

Complementary Color

#4f03aa #5eaa03

#4f03aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f03aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f03aa Color CSS Codes

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

#4f03aa Text Font Color

<p style="color:#4f03aa">Text here</p>

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


#4f03aa Background Color

<div style="background-color:#4f03aa">
Div content here</div>

This div background color is #4f03aa


#4f03aa Border Color

<div style="border:3px solid #4f03aa">
Div here</div>

This div border color is #4f03aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(79,3,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 #4f03aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f03aa


Comments

No comments written yet.

Please login to write comment.