Color Hex Logo

#4d229c Color Hex

#4D229C
(77,34,156)
0 Favorites   0 Comments

Color spaces of #4d229c

RGB 7734156
HSL0.730.640.37
HSV261°78°61°
CMYK 0.510.780.00   0.39
XYZ9.63335.122131.9334
Yxy5.12210.20630.1097
Hunter Lab22.632136.3721-67.8146
CIE-Lab27.079847.4325-58.6040

#4d229c color RGB value is (77,34,156).

#4d229c hex color red value is 77, green value is 34 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #4d229c hue: 0.73 , saturation: 0.64 and the lightness value of 4d229c is 0.37.

The process color (four color CMYK) of #4d229c color hex is 0.51, 0.78, 0.00, 0.39. Web safe color of #4d229c is #663399. Color #4d229c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 00100010 10011100
Octal 115 42 234
Decimal 77 34 156
Hex 4D 22 9C

RGB Percentages of Color #4d229c

%28.84
%12.73
%58.43

CMYK Percentages of Color #4d229c

%51
%78
%0
%39

Triadic Colors of #4d229c

#4d229c #9c4d22 #229c4d

Analogous Colors of #4d229c

#4d229c #8a229c #22349c

Monochromatic Colors of #4d229c

#4d229c

Complementary Color

#4d229c #719c22

#4d229c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d229c Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d229c Color CSS Codes

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

#4d229c Text Font Color

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

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


#4d229c Background Color

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

This div background color is #4d229c


#4d229c Border Color

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

This div border color is #4d229c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d229c


Comments

No comments written yet.

Please login to write comment.