Color Hex Logo

#4d269a Color Hex

#4D269A
(77,38,154)
0 Favorites   0 Comments

Color spaces of #4d269a

RGB 7738154
HSL0.720.600.38
HSV260°75°60°
CMYK 0.500.750.00   0.40
XYZ9.58645.297131.0890
Yxy5.29710.20850.1152
Hunter Lab23.015434.0719-63.9775
CIE-Lab27.565044.9625-56.5859

#4d269a color RGB value is (77,38,154).

#4d269a hex color red value is 77, green value is 38 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #4d269a hue: 0.72 , saturation: 0.60 and the lightness value of 4d269a is 0.38.

The process color (four color CMYK) of #4d269a color hex is 0.50, 0.75, 0.00, 0.40. Web safe color of #4d269a is #663399. Color #4d269a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 00100110 10011010
Octal 115 46 232
Decimal 77 38 154
Hex 4D 26 9A

RGB Percentages of Color #4d269a

%28.62
%14.13
%57.25

CMYK Percentages of Color #4d269a

%50
%75
%0
%40

Triadic Colors of #4d269a

#4d269a #9a4d26 #269a4d

Analogous Colors of #4d269a

#4d269a #87269a #26399a

Monochromatic Colors of #4d269a

#4d269a

Complementary Color

#4d269a #739a26

#4d269a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d269a Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d269a Color CSS Codes

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

#4d269a Text Font Color

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

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


#4d269a Background Color

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

This div background color is #4d269a


#4d269a Border Color

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

This div border color is #4d269a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d269a


Comments

No comments written yet.

Please login to write comment.