Color Hex Logo

#4e0434 Color Hex

#4E0434
(78,4,52)
0 Favorites   0 Comments

Color spaces of #4e0434

RGB 78452
HSL0.890.900.16
HSV321°95°31°
CMYK 0.000.950.33   0.69
XYZ3.80511.95453.4255
Yxy1.95450.41430.2128
Hunter Lab13.980324.1176-4.7411
CIE-Lab15.246636.3621-9.2636

#4e0434 color RGB value is (78,4,52).

#4e0434 hex color red value is 78, green value is 4 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #4e0434 hue: 0.89 , saturation: 0.90 and the lightness value of 4e0434 is 0.16.

The process color (four color CMYK) of #4e0434 color hex is 0.00, 0.95, 0.33, 0.69. Web safe color of #4e0434 is #660033. Color #4e0434 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 00000100 00110100
Octal 116 4 64
Decimal 78 4 52
Hex 4E 4 34

RGB Percentages of Color #4e0434

%58.21
%2.99
%38.81

CMYK Percentages of Color #4e0434

%0
%95
%33
%69

Triadic Colors of #4e0434

#4e0434 #344e04 #04344e

Analogous Colors of #4e0434

#4e0434 #4e040f #43044e

Monochromatic Colors of #4e0434

#4e0434

Complementary Color

#4e0434 #044e1e

#4e0434 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e0434 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e0434 Color CSS Codes

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

#4e0434 Text Font Color

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

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


#4e0434 Background Color

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

This div background color is #4e0434


#4e0434 Border Color

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

This div border color is #4e0434


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e0434


Comments

No comments written yet.

Please login to write comment.