Color Hex Logo

#371bfa Color Hex

#371BFA
(55,27,250)
0 Favorites   0 Comments

Color spaces of #371bfa

RGB 5527250
HSL0.690.960.54
HSV248°89°98°
CMYK 0.780.890.00   0.02
XYZ19.22288.498291.0696
Yxy8.49820.16180.0715
Hunter Lab29.151766.6886-164.8153
CIE-Lab34.999673.6659-100.5073

#371bfa color RGB value is (55,27,250).

#371bfa hex color red value is 55, green value is 27 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #371bfa hue: 0.69 , saturation: 0.96 and the lightness value of 371bfa is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 00011011 11111010
Octal 67 33 372
Decimal 55 27 250
Hex 37 1B FA

RGB Percentages of Color #371bfa

%16.57
%8.13
%75.30

CMYK Percentages of Color #371bfa

%78
%89
%0
%2

Triadic Colors of #371bfa

#371bfa #fa371b #1bfa37

Analogous Colors of #371bfa

#371bfa #a71bfa #1b6ffa

Monochromatic Colors of #371bfa

#371bfa

Complementary Color

#371bfa #defa1b

#371bfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#371bfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#371bfa Color CSS Codes

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

#371bfa Text Font Color

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

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


#371bfa Background Color

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

This div background color is #371bfa


#371bfa Border Color

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

This div border color is #371bfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #371bfa


Comments

No comments written yet.

Please login to write comment.