Color Hex Logo

#4d2866 Color Hex

#4D2866
(77,40,102)
0 Favorites   0 Comments

Color spaces of #4d2866

RGB 7740102
HSL0.770.440.28
HSV276°61°40°
CMYK 0.250.610.00   0.60
XYZ6.21764.054713.0253
Yxy4.05470.26690.1740
Hunter Lab20.136319.8780-24.2568
CIE-Lab23.851529.6908-29.8366

#4d2866 color RGB value is (77,40,102).

#4d2866 hex color red value is 77, green value is 40 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #4d2866 hue: 0.77 , saturation: 0.44 and the lightness value of 4d2866 is 0.28.

The process color (four color CMYK) of #4d2866 color hex is 0.25, 0.61, 0.00, 0.60. Web safe color of #4d2866 is #663366. Color #4d2866 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 00101000 01100110
Octal 115 50 146
Decimal 77 40 102
Hex 4D 28 66

RGB Percentages of Color #4d2866

%35.16
%18.26
%46.58

CMYK Percentages of Color #4d2866

%25
%61
%0
%60

Triadic Colors of #4d2866

#4d2866 #664d28 #28664d

Analogous Colors of #4d2866

#4d2866 #662860 #2e2866

Monochromatic Colors of #4d2866

#4d2866

Complementary Color

#4d2866 #416628

#4d2866 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d2866 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d2866 Color CSS Codes

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

#4d2866 Text Font Color

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

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


#4d2866 Background Color

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

This div background color is #4d2866


#4d2866 Border Color

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

This div border color is #4d2866


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d2866


Comments

No comments written yet.

Please login to write comment.