Color Hex Logo

#4d1955 Color Hex

#4D1955
(77,25,85)
0 Favorites   0 Comments

Color spaces of #4d1955

RGB 772585
HSL0.810.550.22
HSV292°71°33°
CMYK 0.090.710.00   0.67
XYZ5.04792.92898.8936
Yxy2.92890.29920.1736
Hunter Lab17.114022.7002-18.8312
CIE-Lab19.756933.8191-25.1268

#4d1955 color RGB value is (77,25,85).

#4d1955 hex color red value is 77, green value is 25 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #4d1955 hue: 0.81 , saturation: 0.55 and the lightness value of 4d1955 is 0.22.

The process color (four color CMYK) of #4d1955 color hex is 0.09, 0.71, 0.00, 0.67. Web safe color of #4d1955 is #660066. Color #4d1955 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 00011001 01010101
Octal 115 31 125
Decimal 77 25 85
Hex 4D 19 55

RGB Percentages of Color #4d1955

%41.18
%13.37
%45.45

CMYK Percentages of Color #4d1955

%9
%71
%0
%67

Triadic Colors of #4d1955

#4d1955 #554d19 #19554d

Analogous Colors of #4d1955

#4d1955 #55193f #2f1955

Monochromatic Colors of #4d1955

#4d1955

Complementary Color

#4d1955 #215519

#4d1955 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d1955 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d1955 Color CSS Codes

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

#4d1955 Text Font Color

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

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


#4d1955 Background Color

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

This div background color is #4d1955


#4d1955 Border Color

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

This div border color is #4d1955


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d1955


Comments

No comments written yet.

Please login to write comment.