Color Hex Logo

#4d207d Color Hex

#4D207D
(77,32,125)
0 Favorites   0 Comments

Color spaces of #4d207d

RGB 7732125
HSL0.750.590.31
HSV269°74°49°
CMYK 0.380.740.00   0.51
XYZ7.27884.091519.8081
Yxy4.09150.23350.1312
Hunter Lab20.227528.8347-43.9016
CIE-Lab23.971740.0379-44.4080

#4d207d color RGB value is (77,32,125).

#4d207d hex color red value is 77, green value is 32 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #4d207d hue: 0.75 , saturation: 0.59 and the lightness value of 4d207d is 0.31.

The process color (four color CMYK) of #4d207d color hex is 0.38, 0.74, 0.00, 0.51. Web safe color of #4d207d is #663366. Color #4d207d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 00100000 01111101
Octal 115 40 175
Decimal 77 32 125
Hex 4D 20 7D

RGB Percentages of Color #4d207d

%32.91
%13.68
%53.42

CMYK Percentages of Color #4d207d

%38
%74
%0
%51

Triadic Colors of #4d207d

#4d207d #7d4d20 #207d4d

Analogous Colors of #4d207d

#4d207d #7c207d #20217d

Monochromatic Colors of #4d207d

#4d207d

Complementary Color

#4d207d #507d20

#4d207d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d207d Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d207d Color CSS Codes

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

#4d207d Text Font Color

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

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


#4d207d Background Color

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

This div background color is #4d207d


#4d207d Border Color

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

This div border color is #4d207d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d207d


Comments

No comments written yet.

Please login to write comment.