Color Hex Logo

#5e73da Color Hex

#5E73DA
(94,115,218)
0 Favorites   0 Comments

Color spaces of #5e73da

RGB 94115218
HSL0.640.630.61
HSV230°57°85°
CMYK 0.570.470.00   0.15
XYZ23.401719.703168.8993
Yxy19.70310.20890.1759
Hunter Lab44.388216.4269-60.9582
CIE-Lab51.499922.4336-55.3254

#5e73da color RGB value is (94,115,218).

#5e73da hex color red value is 94, green value is 115 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #5e73da hue: 0.64 , saturation: 0.63 and the lightness value of 5e73da is 0.61.

The process color (four color CMYK) of #5e73da color hex is 0.57, 0.47, 0.00, 0.15. Web safe color of #5e73da is #6666cc. Color #5e73da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 01110011 11011010
Octal 136 163 332
Decimal 94 115 218
Hex 5E 73 DA

RGB Percentages of Color #5e73da

%22.01
%26.93
%51.05

CMYK Percentages of Color #5e73da

%57
%47
%0
%15

Triadic Colors of #5e73da

#5e73da #da5e73 #73da5e

Analogous Colors of #5e73da

#5e73da #875eda #5eb1da

Monochromatic Colors of #5e73da

#5e73da

Complementary Color

#5e73da #dac55e

#5e73da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e73da Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e73da Color CSS Codes

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

#5e73da Text Font Color

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

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


#5e73da Background Color

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

This div background color is #5e73da


#5e73da Border Color

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

This div border color is #5e73da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e73da


Comments

No comments written yet.

Please login to write comment.