Color Hex Logo

#4d27ae Color Hex

#4D27AE
(77,39,174)
0 Favorites   0 Comments

Color spaces of #4d27ae

RGB 7739174
HSL0.710.630.42
HSV257°78°68°
CMYK 0.560.780.00   0.32
XYZ11.42616.084840.6167
Yxy6.08480.19660.1047
Hunter Lab24.667439.5145-80.3583
CIE-Lab29.625450.1073-65.3076

#4d27ae color RGB value is (77,39,174).

#4d27ae hex color red value is 77, green value is 39 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #4d27ae hue: 0.71 , saturation: 0.63 and the lightness value of 4d27ae is 0.42.

The process color (four color CMYK) of #4d27ae color hex is 0.56, 0.78, 0.00, 0.32. Web safe color of #4d27ae is #663399. Color #4d27ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 00100111 10101110
Octal 115 47 256
Decimal 77 39 174
Hex 4D 27 AE

RGB Percentages of Color #4d27ae

%26.55
%13.45
%60.00

CMYK Percentages of Color #4d27ae

%56
%78
%0
%32

Triadic Colors of #4d27ae

#4d27ae #ae4d27 #27ae4d

Analogous Colors of #4d27ae

#4d27ae #9127ae #2744ae

Monochromatic Colors of #4d27ae

#4d27ae

Complementary Color

#4d27ae #88ae27

#4d27ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d27ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d27ae Color CSS Codes

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

#4d27ae Text Font Color

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

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


#4d27ae Background Color

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

This div background color is #4d27ae


#4d27ae Border Color

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

This div border color is #4d27ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d27ae


Comments

No comments written yet.

Please login to write comment.