Color Hex Logo

#371eda Color Hex

#371EDA
(55,30,218)
0 Favorites   0 Comments

Color spaces of #371eda

RGB 5530218
HSL0.690.760.49
HSV248°86°85°
CMYK 0.750.860.00   0.15
XYZ14.69476.802766.8682
Yxy6.80270.16630.0770
Hunter Lab26.082054.9242-133.7485
CIE-Lab31.353564.2459-88.3565

#371eda color RGB value is (55,30,218).

#371eda hex color red value is 55, green value is 30 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #371eda hue: 0.69 , saturation: 0.76 and the lightness value of 371eda is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 00011110 11011010
Octal 67 36 332
Decimal 55 30 218
Hex 37 1E DA

RGB Percentages of Color #371eda

%18.15
%9.90
%71.95

CMYK Percentages of Color #371eda

%75
%86
%0
%15

Triadic Colors of #371eda

#371eda #da371e #1eda37

Analogous Colors of #371eda

#371eda #951eda #1e63da

Monochromatic Colors of #371eda

#371eda

Complementary Color

#371eda #c1da1e

#371eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#371eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#371eda Color CSS Codes

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

#371eda Text Font Color

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

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


#371eda Background Color

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

This div background color is #371eda


#371eda Border Color

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

This div border color is #371eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #371eda


Comments

No comments written yet.

Please login to write comment.