Color Hex Logo

#4a0671 Color Hex

#4A0671
(74,6,113)
0 Favorites   0 Comments

Color spaces of #4a0671

RGB 746113
HSL0.770.900.23
HSV278°95°44°
CMYK 0.350.950.00   0.56
XYZ5.86982.778315.8497
Yxy2.77830.23960.1134
Hunter Lab16.668233.6902-44.7107
CIE-Lab19.133246.1993-44.6339

#4a0671 color RGB value is (74,6,113).

#4a0671 hex color red value is 74, green value is 6 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #4a0671 hue: 0.77 , saturation: 0.90 and the lightness value of 4a0671 is 0.23.

The process color (four color CMYK) of #4a0671 color hex is 0.35, 0.95, 0.00, 0.56. Web safe color of #4a0671 is #330066. Color #4a0671 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 00000110 01110001
Octal 112 6 161
Decimal 74 6 113
Hex 4A 6 71

RGB Percentages of Color #4a0671

%38.34
%3.11
%58.55

CMYK Percentages of Color #4a0671

%35
%95
%0
%56

Triadic Colors of #4a0671

#4a0671 #714a06 #06714a

Analogous Colors of #4a0671

#4a0671 #710662 #150671

Monochromatic Colors of #4a0671

#4a0671

Complementary Color

#4a0671 #2d7106

#4a0671 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a0671 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a0671 Color CSS Codes

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

#4a0671 Text Font Color

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

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


#4a0671 Background Color

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

This div background color is #4a0671


#4a0671 Border Color

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

This div border color is #4a0671


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(74,6,113, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4a0671; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4a0671;
  -webkit-box-shadow: 1px 1px 3px 2px #4a0671;
  box-shadow:         1px 1px 3px 2px #4a0671; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a0671


Comments

No comments written yet.

Please login to write comment.