Color Hex Logo

#4d3255 Color Hex

#4D3255
(77,50,85)
0 Favorites   0 Comments

Color spaces of #4d3255

RGB 775085
HSL0.800.260.26
HSV286°41°33°
CMYK 0.090.410.00   0.67
XYZ5.84094.51499.1579
Yxy4.51490.29930.2314
Hunter Lab21.248311.8830-10.6799
CIE-Lab25.305519.2699-16.4115

#4d3255 color RGB value is (77,50,85).

#4d3255 hex color red value is 77, green value is 50 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #4d3255 hue: 0.80 , saturation: 0.26 and the lightness value of 4d3255 is 0.26.

The process color (four color CMYK) of #4d3255 color hex is 0.09, 0.41, 0.00, 0.67. Web safe color of #4d3255 is #663366. Color #4d3255 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 00110010 01010101
Octal 115 62 125
Decimal 77 50 85
Hex 4D 32 55

RGB Percentages of Color #4d3255

%36.32
%23.58
%40.09

CMYK Percentages of Color #4d3255

%9
%41
%0
%67

Triadic Colors of #4d3255

#4d3255 #554d32 #32554d

Analogous Colors of #4d3255

#4d3255 #55324c #3c3255

Monochromatic Colors of #4d3255

#4d3255

Complementary Color

#4d3255 #3a5532

#4d3255 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d3255 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d3255 Color CSS Codes

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

#4d3255 Text Font Color

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

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


#4d3255 Background Color

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

This div background color is #4d3255


#4d3255 Border Color

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

This div border color is #4d3255


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(77,50,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 #4d3255">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d3255


Comments

No comments written yet.

Please login to write comment.