Color Hex Logo

#371eaf Color Hex

#371EAF
(55,30,175)
0 Favorites   0 Comments

Color spaces of #371eaf

RGB 5530175
HSL0.700.710.40
HSV250°83°69°
CMYK 0.690.830.00   0.31
XYZ9.77774.835940.9755
Yxy4.83590.17590.0870
Hunter Lab21.990740.8826-95.0823
CIE-Lab26.262052.1165-71.5292

#371eaf color RGB value is (55,30,175).

#371eaf hex color red value is 55, green value is 30 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #371eaf hue: 0.70 , saturation: 0.71 and the lightness value of 371eaf is 0.40.

The process color (four color CMYK) of #371eaf color hex is 0.69, 0.83, 0.00, 0.31. Web safe color of #371eaf is #333399. Color #371eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00011110 10101111
Octal 67 36 257
Decimal 55 30 175
Hex 37 1E AF

RGB Percentages of Color #371eaf

%21.15
%11.54
%67.31

CMYK Percentages of Color #371eaf

%69
%83
%0
%31

Triadic Colors of #371eaf

#371eaf #af371e #1eaf37

Analogous Colors of #371eaf

#371eaf #801eaf #1e4eaf

Monochromatic Colors of #371eaf

#371eaf

Complementary Color

#371eaf #96af1e

#371eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#371eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#371eaf Color CSS Codes

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

#371eaf Text Font Color

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

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


#371eaf Background Color

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

This div background color is #371eaf


#371eaf Border Color

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

This div border color is #371eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #371eaf


Comments

No comments written yet.

Please login to write comment.