Color Hex Logo

#4e0459 Color Hex

#4E0459
(78,4,89)
0 Favorites   0 Comments

Color spaces of #4e0459

RGB 78489
HSL0.810.910.18
HSV292°96°35°
CMYK 0.120.960.00   0.65
XYZ4.98852.42789.6569
Yxy2.42780.29220.1422
Hunter Lab15.581429.8806-25.8392
CIE-Lab17.588942.4238-31.2794

#4e0459 color RGB value is (78,4,89).

#4e0459 hex color red value is 78, green value is 4 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #4e0459 hue: 0.81 , saturation: 0.91 and the lightness value of 4e0459 is 0.18.

The process color (four color CMYK) of #4e0459 color hex is 0.12, 0.96, 0.00, 0.65. Web safe color of #4e0459 is #660066. Color #4e0459 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 00000100 01011001
Octal 116 4 131
Decimal 78 4 89
Hex 4E 4 59

RGB Percentages of Color #4e0459

%45.61
%2.34
%52.05

CMYK Percentages of Color #4e0459

%12
%96
%0
%65

Triadic Colors of #4e0459

#4e0459 #594e04 #04594e

Analogous Colors of #4e0459

#4e0459 #59043a #230459

Monochromatic Colors of #4e0459

#4e0459

Complementary Color

#4e0459 #0f5904

#4e0459 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e0459 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e0459 Color CSS Codes

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

#4e0459 Text Font Color

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

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


#4e0459 Background Color

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

This div background color is #4e0459


#4e0459 Border Color

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

This div border color is #4e0459


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e0459


Comments

No comments written yet.

Please login to write comment.