Color Hex Logo

#5e2380 Color Hex

#5E2380
(94,35,128)
0 Favorites   0 Comments

Color spaces of #5e2380

RGB 9435128
HSL0.770.570.32
HSV278°73°50°
CMYK 0.270.730.00   0.50
XYZ9.11345.140320.9339
Yxy5.14030.25900.1461
Hunter Lab22.672232.0740-38.8735
CIE-Lab27.130842.9413-41.0687

#5e2380 color RGB value is (94,35,128).

#5e2380 hex color red value is 94, green value is 35 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #5e2380 hue: 0.77 , saturation: 0.57 and the lightness value of 5e2380 is 0.32.

The process color (four color CMYK) of #5e2380 color hex is 0.27, 0.73, 0.00, 0.50. Web safe color of #5e2380 is #663399. Color #5e2380 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 00100011 10000000
Octal 136 43 200
Decimal 94 35 128
Hex 5E 23 80

RGB Percentages of Color #5e2380

%36.58
%13.62
%49.81

CMYK Percentages of Color #5e2380

%27
%73
%0
%50

Triadic Colors of #5e2380

#5e2380 #805e23 #23805e

Analogous Colors of #5e2380

#5e2380 #802374 #302380

Monochromatic Colors of #5e2380

#5e2380

Complementary Color

#5e2380 #458023

#5e2380 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e2380 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e2380 Color CSS Codes

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

#5e2380 Text Font Color

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

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


#5e2380 Background Color

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

This div background color is #5e2380


#5e2380 Border Color

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

This div border color is #5e2380


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e2380


Comments

No comments written yet.

Please login to write comment.