Color Hex Logo

#4e005a Color Hex

#4E005A
(78,0,90)
0 Favorites   0 Comments

Color spaces of #4e005a

RGB 78090
HSL0.811.000.18
HSV292°100°35°
CMYK 0.131.000.00   0.65
XYZ4.98732.35799.8651
Yxy2.35790.28980.1370
Hunter Lab15.355531.1030-27.3420
CIE-Lab17.263443.8118-32.4771

#4e005a color RGB value is (78,0,90).

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

The process color (four color CMYK) of #4e005a color hex is 0.13, 1.00, 0.00, 0.65. Web safe color of #4e005a is #660066. Color #4e005a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 00000000 01011010
Octal 116 0 132
Decimal 78 0 90
Hex 4E 0 5A

RGB Percentages of Color #4e005a

%46.43
%0.00
%53.57

CMYK Percentages of Color #4e005a

%13
%100
%0
%65

Triadic Colors of #4e005a

#4e005a #5a4e00 #005a4e

Analogous Colors of #4e005a

#4e005a #5a0039 #21005a

Monochromatic Colors of #4e005a

#4e005a

Complementary Color

#4e005a #0c5a00

#4e005a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e005a Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e005a Color CSS Codes

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

#4e005a Text Font Color

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

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


#4e005a Background Color

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

This div background color is #4e005a


#4e005a Border Color

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

This div border color is #4e005a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e005a


Comments

No comments written yet.

Please login to write comment.