Color Hex Logo

#5e247b Color Hex

#5E247B
(94,36,123)
0 Favorites   0 Comments

Color spaces of #5e247b

RGB 9436123
HSL0.780.550.31
HSV280°71°48°
CMYK 0.240.710.00   0.52
XYZ8.82215.071519.2528
Yxy5.07150.26620.1530
Hunter Lab22.520030.5165-34.9242
CIE-Lab26.937541.3097-38.2254

#5e247b color RGB value is (94,36,123).

#5e247b hex color red value is 94, green value is 36 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #5e247b hue: 0.78 , saturation: 0.55 and the lightness value of 5e247b is 0.31.

The process color (four color CMYK) of #5e247b color hex is 0.24, 0.71, 0.00, 0.52. Web safe color of #5e247b is #663366. Color #5e247b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 00100100 01111011
Octal 136 44 173
Decimal 94 36 123
Hex 5E 24 7B

RGB Percentages of Color #5e247b

%37.15
%14.23
%48.62

CMYK Percentages of Color #5e247b

%24
%71
%0
%52

Triadic Colors of #5e247b

#5e247b #7b5e24 #247b5e

Analogous Colors of #5e247b

#5e247b #7b246d #32247b

Monochromatic Colors of #5e247b

#5e247b

Complementary Color

#5e247b #417b24

#5e247b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e247b Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e247b Color CSS Codes

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

#5e247b Text Font Color

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

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


#5e247b Background Color

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

This div background color is #5e247b


#5e247b Border Color

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

This div border color is #5e247b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e247b


Comments

No comments written yet.

Please login to write comment.