Color Hex Logo

#4e256f Color Hex

#4E256F
(78,37,111)
0 Favorites   0 Comments

Color spaces of #4e256f

RGB 7837111
HSL0.760.500.29
HSV273°67°44°
CMYK 0.300.670.00   0.56
XYZ6.67274.090515.4768
Yxy4.09050.25430.1559
Hunter Lab20.225023.4976-31.2131
CIE-Lab23.968433.9869-35.4657

#4e256f color RGB value is (78,37,111).

#4e256f hex color red value is 78, green value is 37 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #4e256f hue: 0.76 , saturation: 0.50 and the lightness value of 4e256f is 0.29.

The process color (four color CMYK) of #4e256f color hex is 0.30, 0.67, 0.00, 0.56. Web safe color of #4e256f is #663366. Color #4e256f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 00100101 01101111
Octal 116 45 157
Decimal 78 37 111
Hex 4E 25 6F

RGB Percentages of Color #4e256f

%34.51
%16.37
%49.12

CMYK Percentages of Color #4e256f

%30
%67
%0
%56

Triadic Colors of #4e256f

#4e256f #6f4e25 #256f4e

Analogous Colors of #4e256f

#4e256f #6f256b #29256f

Monochromatic Colors of #4e256f

#4e256f

Complementary Color

#4e256f #466f25

#4e256f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e256f Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e256f Color CSS Codes

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

#4e256f Text Font Color

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

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


#4e256f Background Color

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

This div background color is #4e256f


#4e256f Border Color

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

This div border color is #4e256f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(78,37,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4e256f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4e256f;
  -webkit-box-shadow: 1px 1px 3px 2px #4e256f;
  box-shadow:         1px 1px 3px 2px #4e256f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(78,37,111, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e256f


Comments

No comments written yet.

Please login to write comment.