Color Hex Logo

#4d335c Color Hex

#4D335C
(77,51,92)
0 Favorites   0 Comments

Color spaces of #4d335c

RGB 775192
HSL0.770.290.28
HSV278°45°36°
CMYK 0.160.450.00   0.64
XYZ6.17624.718110.7104
Yxy4.71810.28590.2184
Hunter Lab21.721212.7426-14.0302
CIE-Lab25.916120.3435-20.0544

#4d335c color RGB value is (77,51,92).

#4d335c hex color red value is 77, green value is 51 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #4d335c hue: 0.77 , saturation: 0.29 and the lightness value of 4d335c is 0.28.

The process color (four color CMYK) of #4d335c color hex is 0.16, 0.45, 0.00, 0.64. Web safe color of #4d335c is #663366. Color #4d335c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 00110011 01011100
Octal 115 63 134
Decimal 77 51 92
Hex 4D 33 5C

RGB Percentages of Color #4d335c

%35.00
%23.18
%41.82

CMYK Percentages of Color #4d335c

%16
%45
%0
%64

Triadic Colors of #4d335c

#4d335c #5c4d33 #335c4d

Analogous Colors of #4d335c

#4d335c #5c3357 #39335c

Monochromatic Colors of #4d335c

#4d335c

Complementary Color

#4d335c #425c33

#4d335c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d335c Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d335c Color CSS Codes

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

#4d335c Text Font Color

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

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


#4d335c Background Color

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

This div background color is #4d335c


#4d335c Border Color

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

This div border color is #4d335c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d335c


Comments

No comments written yet.

Please login to write comment.