Color Hex Logo

#4d0558 Color Hex

#4D0558
(77,5,88)
0 Favorites   0 Comments

Color spaces of #4d0558

RGB 77588
HSL0.810.890.18
HSV292°94°35°
CMYK 0.130.940.00   0.65
XYZ4.87632.39099.4370
Yxy2.39090.29190.1431
Hunter Lab15.462529.2327-25.3617
CIE-Lab17.417841.7468-30.8921

#4d0558 color RGB value is (77,5,88).

#4d0558 hex color red value is 77, green value is 5 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #4d0558 hue: 0.81 , saturation: 0.89 and the lightness value of 4d0558 is 0.18.

The process color (four color CMYK) of #4d0558 color hex is 0.13, 0.94, 0.00, 0.65. Web safe color of #4d0558 is #660066. Color #4d0558 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 00000101 01011000
Octal 115 5 130
Decimal 77 5 88
Hex 4D 5 58

RGB Percentages of Color #4d0558

%45.29
%2.94
%51.76

CMYK Percentages of Color #4d0558

%13
%94
%0
%65

Triadic Colors of #4d0558

#4d0558 #584d05 #05584d

Analogous Colors of #4d0558

#4d0558 #58053a #230558

Monochromatic Colors of #4d0558

#4d0558

Complementary Color

#4d0558 #105805

#4d0558 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d0558 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d0558 Color CSS Codes

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

#4d0558 Text Font Color

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

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


#4d0558 Background Color

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

This div background color is #4d0558


#4d0558 Border Color

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

This div border color is #4d0558


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d0558


Comments

No comments written yet.

Please login to write comment.