Color Hex Logo

#4d2391 Color Hex

#4D2391
(77,35,145)
0 Favorites   0 Comments

Color spaces of #4d2391

RGB 7735145
HSL0.730.610.35
HSV263°76°57°
CMYK 0.470.760.00   0.43
XYZ8.77244.824227.2569
Yxy4.82420.21470.1181
Hunter Lab21.964132.8554-58.2027
CIE-Lab26.227943.9423-53.2411

#4d2391 color RGB value is (77,35,145).

#4d2391 hex color red value is 77, green value is 35 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #4d2391 hue: 0.73 , saturation: 0.61 and the lightness value of 4d2391 is 0.35.

The process color (four color CMYK) of #4d2391 color hex is 0.47, 0.76, 0.00, 0.43. Web safe color of #4d2391 is #663399. Color #4d2391 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 00100011 10010001
Octal 115 43 221
Decimal 77 35 145
Hex 4D 23 91

RGB Percentages of Color #4d2391

%29.96
%13.62
%56.42

CMYK Percentages of Color #4d2391

%47
%76
%0
%43

Triadic Colors of #4d2391

#4d2391 #914d23 #23914d

Analogous Colors of #4d2391

#4d2391 #842391 #233091

Monochromatic Colors of #4d2391

#4d2391

Complementary Color

#4d2391 #679123

#4d2391 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d2391 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d2391 Color CSS Codes

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

#4d2391 Text Font Color

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

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


#4d2391 Background Color

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

This div background color is #4d2391


#4d2391 Border Color

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

This div border color is #4d2391


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d2391


Comments

No comments written yet.

Please login to write comment.