Color Hex Logo

#4e216b Color Hex

#4E216B
(78,33,107)
0 Favorites   0 Comments

Color spaces of #4e216b

RGB 7833107
HSL0.770.530.27
HSV276°69°42°
CMYK 0.270.690.00   0.58
XYZ6.33963.769014.3033
Yxy3.76900.25970.1544
Hunter Lab19.413924.3147-30.0925
CIE-Lab22.892635.1331-34.6129

#4e216b color RGB value is (78,33,107).

#4e216b hex color red value is 78, green value is 33 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #4e216b hue: 0.77 , saturation: 0.53 and the lightness value of 4e216b is 0.27.

The process color (four color CMYK) of #4e216b color hex is 0.27, 0.69, 0.00, 0.58. Web safe color of #4e216b is #663366. Color #4e216b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 00100001 01101011
Octal 116 41 153
Decimal 78 33 107
Hex 4E 21 6B

RGB Percentages of Color #4e216b

%35.78
%15.14
%49.08

CMYK Percentages of Color #4e216b

%27
%69
%0
%58

Triadic Colors of #4e216b

#4e216b #6b4e21 #216b4e

Analogous Colors of #4e216b

#4e216b #6b2163 #29216b

Monochromatic Colors of #4e216b

#4e216b

Complementary Color

#4e216b #3e6b21

#4e216b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e216b Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e216b Color CSS Codes

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

#4e216b Text Font Color

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

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


#4e216b Background Color

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

This div background color is #4e216b


#4e216b Border Color

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

This div border color is #4e216b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e216b


Comments

No comments written yet.

Please login to write comment.