Color Hex Logo

#5e246b Color Hex

#5E246B
(94,36,107)
0 Favorites   0 Comments

Color spaces of #5e246b

RGB 9436107
HSL0.800.500.28
HSV289°66°42°
CMYK 0.120.660.00   0.58
XYZ7.90084.703014.4013
Yxy4.70300.29260.1742
Hunter Lab21.686427.0800-24.1923
CIE-Lab25.871337.7334-29.7088

#5e246b color RGB value is (94,36,107).

#5e246b hex color red value is 94, green value is 36 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #5e246b hue: 0.80 , saturation: 0.50 and the lightness value of 5e246b is 0.28.

The process color (four color CMYK) of #5e246b color hex is 0.12, 0.66, 0.00, 0.58. Web safe color of #5e246b is #663366. Color #5e246b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 00100100 01101011
Octal 136 44 153
Decimal 94 36 107
Hex 5E 24 6B

RGB Percentages of Color #5e246b

%39.66
%15.19
%45.15

CMYK Percentages of Color #5e246b

%12
%66
%0
%58

Triadic Colors of #5e246b

#5e246b #6b5e24 #246b5e

Analogous Colors of #5e246b

#5e246b #6b2455 #3b246b

Monochromatic Colors of #5e246b

#5e246b

Complementary Color

#5e246b #316b24

#5e246b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e246b Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e246b Color CSS Codes

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

#5e246b Text Font Color

<p style="color:#5e246b">Text here</p>

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


#5e246b Background Color

<div style="background-color:#5e246b">
Div content here</div>

This div background color is #5e246b


#5e246b Border Color

<div style="border:3px solid #5e246b">
Div here</div>

This div border color is #5e246b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(94,36,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5e246b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5e246b;
  -webkit-box-shadow: 1px 1px 3px 2px #5e246b;
  box-shadow:         1px 1px 3px 2px #5e246b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(94,36,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 #5e246b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e246b


Comments

No comments written yet.

Please login to write comment.