Color Hex Logo

#370eda Color Hex

#370EDA
(55,14,218)
0 Favorites   0 Comments

Color spaces of #370eda

RGB 5514218
HSL0.700.880.45
HSV252°94°85°
CMYK 0.750.940.00   0.15
XYZ14.38756.188366.7658
Yxy6.18830.16470.0709
Hunter Lab24.876359.7041-141.7158
CIE-Lab29.882668.7024-90.8055

#370eda color RGB value is (55,14,218).

#370eda hex color red value is 55, green value is 14 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #370eda hue: 0.70 , saturation: 0.88 and the lightness value of 370eda is 0.45.

The process color (four color CMYK) of #370eda color hex is 0.75, 0.94, 0.00, 0.15. Web safe color of #370eda is #3300cc. Color #370eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00001110 11011010
Octal 67 16 332
Decimal 55 14 218
Hex 37 E DA

RGB Percentages of Color #370eda

%19.16
%4.88
%75.96

CMYK Percentages of Color #370eda

%75
%94
%0
%15

Triadic Colors of #370eda

#370eda #da370e #0eda37

Analogous Colors of #370eda

#370eda #9d0eda #0e4bda

Monochromatic Colors of #370eda

#370eda

Complementary Color

#370eda #b1da0e

#370eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#370eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#370eda Color CSS Codes

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

#370eda Text Font Color

<p style="color:#370eda">Text here</p>

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


#370eda Background Color

<div style="background-color:#370eda">
Div content here</div>

This div background color is #370eda


#370eda Border Color

<div style="border:3px solid #370eda">
Div here</div>

This div border color is #370eda


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(55,14,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #370eda; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #370eda;
  -webkit-box-shadow: 1px 1px 3px 2px #370eda;
  box-shadow:         1px 1px 3px 2px #370eda; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(55,14,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 #370eda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #370eda


Comments

No comments written yet.

Please login to write comment.