Color Hex Logo

#371af1 Color Hex

#371AF1
(55,26,241)
0 Favorites   0 Comments

Color spaces of #371af1

RGB 5526241
HSL0.690.880.52
HSV248°89°95°
CMYK 0.770.890.00   0.05
XYZ17.82217.901983.8050
Yxy7.90190.16270.0721
Hunter Lab28.110363.9769-157.0834
CIE-Lab33.777771.6236-97.4640

#371af1 color RGB value is (55,26,241).

#371af1 hex color red value is 55, green value is 26 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #371af1 hue: 0.69 , saturation: 0.88 and the lightness value of 371af1 is 0.52.

The process color (four color CMYK) of #371af1 color hex is 0.77, 0.89, 0.00, 0.05. Web safe color of #371af1 is #3333ff. Color #371af1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00011010 11110001
Octal 67 32 361
Decimal 55 26 241
Hex 37 1A F1

RGB Percentages of Color #371af1

%17.08
%8.07
%74.84

CMYK Percentages of Color #371af1

%77
%89
%0
%5

Triadic Colors of #371af1

#371af1 #f1371a #1af137

Analogous Colors of #371af1

#371af1 #a31af1 #1a69f1

Monochromatic Colors of #371af1

#371af1

Complementary Color

#371af1 #d4f11a

#371af1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#371af1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#371af1 Color CSS Codes

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

#371af1 Text Font Color

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

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


#371af1 Background Color

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

This div background color is #371af1


#371af1 Border Color

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

This div border color is #371af1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #371af1


Comments

No comments written yet.

Please login to write comment.