Color Hex Logo

#4d0a64 Color Hex

#4D0A64
(77,10,100)
0 Favorites   0 Comments

Color spaces of #4d0a64

RGB 7710100
HSL0.790.820.22
HSV285°90°39°
CMYK 0.230.900.00   0.61
XYZ5.46942.715012.2924
Yxy2.71500.26710.1326
Hunter Lab16.477330.4154-32.6976
CIE-Lab18.864342.7582-36.5510

#4d0a64 color RGB value is (77,10,100).

#4d0a64 hex color red value is 77, green value is 10 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #4d0a64 hue: 0.79 , saturation: 0.82 and the lightness value of 4d0a64 is 0.22.

The process color (four color CMYK) of #4d0a64 color hex is 0.23, 0.90, 0.00, 0.61. Web safe color of #4d0a64 is #660066. Color #4d0a64 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 00001010 01100100
Octal 115 12 144
Decimal 77 10 100
Hex 4D A 64

RGB Percentages of Color #4d0a64

%41.18
%5.35
%53.48

CMYK Percentages of Color #4d0a64

%23
%90
%0
%61

Triadic Colors of #4d0a64

#4d0a64 #644d0a #0a644d

Analogous Colors of #4d0a64

#4d0a64 #640a4e #200a64

Monochromatic Colors of #4d0a64

#4d0a64

Complementary Color

#4d0a64 #21640a

#4d0a64 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d0a64 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d0a64 Color CSS Codes

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

#4d0a64 Text Font Color

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

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


#4d0a64 Background Color

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

This div background color is #4d0a64


#4d0a64 Border Color

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

This div border color is #4d0a64


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d0a64


Comments

No comments written yet.

Please login to write comment.