Color Hex Logo

#5e49dc Color Hex

#5E49DC
(94,73,220)
0 Favorites   0 Comments

Color spaces of #5e49dc

RGB 9473220
HSL0.690.680.57
HSV249°67°86°
CMYK 0.570.670.00   0.14
XYZ19.916912.312169.0369
Yxy12.31210.19670.1216
Hunter Lab35.088639.9146-92.0912
CIE-Lab41.707948.2417-72.3223

#5e49dc color RGB value is (94,73,220).

#5e49dc hex color red value is 94, green value is 73 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #5e49dc hue: 0.69 , saturation: 0.68 and the lightness value of 5e49dc is 0.57.

The process color (four color CMYK) of #5e49dc color hex is 0.57, 0.67, 0.00, 0.14. Web safe color of #5e49dc is #6633cc. Color #5e49dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 01001001 11011100
Octal 136 111 334
Decimal 94 73 220
Hex 5E 49 DC

RGB Percentages of Color #5e49dc

%24.29
%18.86
%56.85

CMYK Percentages of Color #5e49dc

%57
%67
%0
%14

Triadic Colors of #5e49dc

#5e49dc #dc5e49 #49dc5e

Analogous Colors of #5e49dc

#5e49dc #a849dc #497edc

Monochromatic Colors of #5e49dc

#5e49dc

Complementary Color

#5e49dc #c7dc49

#5e49dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e49dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e49dc Color CSS Codes

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

#5e49dc Text Font Color

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

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


#5e49dc Background Color

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

This div background color is #5e49dc


#5e49dc Border Color

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

This div border color is #5e49dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e49dc


Comments

No comments written yet.

Please login to write comment.