Color Hex Logo

#4e086c Color Hex

#4E086C
(78,8,108)
0 Favorites   0 Comments

Color spaces of #4e086c

RGB 788108
HSL0.780.860.23
HSV282°93°42°
CMYK 0.280.930.00   0.58
XYZ5.93552.876114.4297
Yxy2.87610.25540.1237
Hunter Lab16.959132.7948-38.5758
CIE-Lab19.540745.1775-40.6906

#4e086c color RGB value is (78,8,108).

#4e086c hex color red value is 78, green value is 8 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #4e086c hue: 0.78 , saturation: 0.86 and the lightness value of 4e086c is 0.23.

The process color (four color CMYK) of #4e086c color hex is 0.28, 0.93, 0.00, 0.58. Web safe color of #4e086c is #660066. Color #4e086c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 00001000 01101100
Octal 116 10 154
Decimal 78 8 108
Hex 4E 8 6C

RGB Percentages of Color #4e086c

%40.21
%4.12
%55.67

CMYK Percentages of Color #4e086c

%28
%93
%0
%58

Triadic Colors of #4e086c

#4e086c #6c4e08 #086c4e

Analogous Colors of #4e086c

#4e086c #6c0858 #1c086c

Monochromatic Colors of #4e086c

#4e086c

Complementary Color

#4e086c #266c08

#4e086c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e086c Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e086c Color CSS Codes

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

#4e086c Text Font Color

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

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


#4e086c Background Color

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

This div background color is #4e086c


#4e086c Border Color

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

This div border color is #4e086c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e086c


Comments

No comments written yet.

Please login to write comment.