Color Hex Logo

#4d3262 Color Hex

#4D3262
(77,50,98)
0 Favorites   0 Comments

Color spaces of #4d3262

RGB 775098
HSL0.760.320.29
HSV274°49°38°
CMYK 0.210.490.00   0.62
XYZ6.40584.740812.1327
Yxy4.74080.27520.2036
Hunter Lab21.773414.4119-17.7966
CIE-Lab25.983222.5149-23.8567

#4d3262 color RGB value is (77,50,98).

#4d3262 hex color red value is 77, green value is 50 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #4d3262 hue: 0.76 , saturation: 0.32 and the lightness value of 4d3262 is 0.29.

The process color (four color CMYK) of #4d3262 color hex is 0.21, 0.49, 0.00, 0.62. Web safe color of #4d3262 is #663366. Color #4d3262 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 00110010 01100010
Octal 115 62 142
Decimal 77 50 98
Hex 4D 32 62

RGB Percentages of Color #4d3262

%34.22
%22.22
%43.56

CMYK Percentages of Color #4d3262

%21
%49
%0
%62

Triadic Colors of #4d3262

#4d3262 #624d32 #32624d

Analogous Colors of #4d3262

#4d3262 #62325f #353262

Monochromatic Colors of #4d3262

#4d3262

Complementary Color

#4d3262 #476232

#4d3262 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d3262 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d3262 Color CSS Codes

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

#4d3262 Text Font Color

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

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


#4d3262 Background Color

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

This div background color is #4d3262


#4d3262 Border Color

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

This div border color is #4d3262


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d3262


Comments

No comments written yet.

Please login to write comment.