Color Hex Logo

#370eab Color Hex

#370EAB
(55,14,171)
0 Favorites   0 Comments

Color spaces of #370eab

RGB 5514171
HSL0.710.850.36
HSV256°92°67°
CMYK 0.680.920.00   0.33
XYZ9.08334.066638.8343
Yxy4.06660.17470.0782
Hunter Lab20.165845.1117-100.0616
CIE-Lab23.890456.6562-73.0579

#370eab color RGB value is (55,14,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 00001110 10101011
Octal 67 16 253
Decimal 55 14 171
Hex 37 E AB

RGB Percentages of Color #370eab

%22.92
%5.83
%71.25

CMYK Percentages of Color #370eab

%68
%92
%0
%33

Triadic Colors of #370eab

#370eab #ab370e #0eab37

Analogous Colors of #370eab

#370eab #860eab #0e34ab

Monochromatic Colors of #370eab

#370eab

Complementary Color

#370eab #82ab0e

#370eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#370eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#370eab Color CSS Codes

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

#370eab Text Font Color

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

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


#370eab Background Color

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

This div background color is #370eab


#370eab Border Color

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

This div border color is #370eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #370eab


Comments

No comments written yet.

Please login to write comment.