Color Hex Logo

#4d03aa Color Hex

#4D03AA
(77,3,170)
0 Favorites   0 Comments

Color spaces of #4d03aa

RGB 773170
HSL0.740.970.34
HSV267°98°67°
CMYK 0.550.980.00   0.33
XYZ10.34884.545238.3621
Yxy4.54520.19430.0853
Hunter Lab21.319549.3376-91.7623
CIE-Lab25.397660.3176-69.8820

#4d03aa color RGB value is (77,3,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 00000011 10101010
Octal 115 3 252
Decimal 77 3 170
Hex 4D 3 AA

RGB Percentages of Color #4d03aa

%30.80
%1.20
%68.00

CMYK Percentages of Color #4d03aa

%55
%98
%0
%33

Triadic Colors of #4d03aa

#4d03aa #aa4d03 #03aa4d

Analogous Colors of #4d03aa

#4d03aa #a103aa #030daa

Monochromatic Colors of #4d03aa

#4d03aa

Complementary Color

#4d03aa #60aa03

#4d03aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d03aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d03aa Color CSS Codes

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

#4d03aa Text Font Color

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

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


#4d03aa Background Color

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

This div background color is #4d03aa


#4d03aa Border Color

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

This div border color is #4d03aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d03aa


Comments

No comments written yet.

Please login to write comment.