Color Hex Logo

#4e119b Color Hex

#4E119B
(78,17,155)
0 Favorites   0 Comments

Color spaces of #4e119b

RGB 7817155
HSL0.740.800.34
HSV267°89°61°
CMYK 0.500.890.00   0.39
XYZ9.25874.387231.3692
Yxy4.38720.20570.0975
Hunter Lab20.945642.2483-74.1336
CIE-Lab24.912353.7136-61.5540

#4e119b color RGB value is (78,17,155).

#4e119b hex color red value is 78, green value is 17 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #4e119b hue: 0.74 , saturation: 0.80 and the lightness value of 4e119b is 0.34.

The process color (four color CMYK) of #4e119b color hex is 0.50, 0.89, 0.00, 0.39. Web safe color of #4e119b is #660099. Color #4e119b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 00010001 10011011
Octal 116 21 233
Decimal 78 17 155
Hex 4E 11 9B

RGB Percentages of Color #4e119b

%31.20
%6.80
%62.00

CMYK Percentages of Color #4e119b

%50
%89
%0
%39

Triadic Colors of #4e119b

#4e119b #9b4e11 #119b4e

Analogous Colors of #4e119b

#4e119b #93119b #11199b

Monochromatic Colors of #4e119b

#4e119b

Complementary Color

#4e119b #5e9b11

#4e119b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e119b Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e119b Color CSS Codes

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

#4e119b Text Font Color

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

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


#4e119b Background Color

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

This div background color is #4e119b


#4e119b Border Color

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

This div border color is #4e119b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e119b


Comments

No comments written yet.

Please login to write comment.