Color Hex Logo

#370eae Color Hex

#370EAE
(55,14,174)
0 Favorites   0 Comments

Color spaces of #370eae

RGB 5514174
HSL0.710.850.37
HSV255°92°68°
CMYK 0.680.920.00   0.32
XYZ9.37264.182340.3577
Yxy4.18230.17380.0776
Hunter Lab20.450746.0184-102.6884
CIE-Lab24.265257.4424-74.2426

#370eae color RGB value is (55,14,174).

#370eae hex color red value is 55, green value is 14 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #370eae hue: 0.71 , saturation: 0.85 and the lightness value of 370eae is 0.37.

The process color (four color CMYK) of #370eae color hex is 0.68, 0.92, 0.00, 0.32. Web safe color of #370eae is #330099. Color #370eae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00001110 10101110
Octal 67 16 256
Decimal 55 14 174
Hex 37 E AE

RGB Percentages of Color #370eae

%22.63
%5.76
%71.60

CMYK Percentages of Color #370eae

%68
%92
%0
%32

Triadic Colors of #370eae

#370eae #ae370e #0eae37

Analogous Colors of #370eae

#370eae #870eae #0e35ae

Monochromatic Colors of #370eae

#370eae

Complementary Color

#370eae #85ae0e

#370eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#370eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#370eae Color CSS Codes

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

#370eae Text Font Color

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

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


#370eae Background Color

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

This div background color is #370eae


#370eae Border Color

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

This div border color is #370eae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(55,14,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #370eae


Comments

No comments written yet.

Please login to write comment.