Color Hex Logo

#371feb Color Hex

#371FEB
(55,31,235)
0 Favorites   0 Comments

Color spaces of #371feb

RGB 5531235
HSL0.690.840.52
HSV247°87°92°
CMYK 0.770.870.00   0.08
XYZ17.06097.790479.2017
Yxy7.79040.16400.0749
Hunter Lab27.911360.2642-148.7047
CIE-Lab33.542568.5037-94.4503

#371feb color RGB value is (55,31,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 00011111 11101011
Octal 67 37 353
Decimal 55 31 235
Hex 37 1F EB

RGB Percentages of Color #371feb

%17.13
%9.66
%73.21

CMYK Percentages of Color #371feb

%77
%87
%0
%8

Triadic Colors of #371feb

#371feb #eb371f #1feb37

Analogous Colors of #371feb

#371feb #9d1feb #1f6deb

Monochromatic Colors of #371feb

#371feb

Complementary Color

#371feb #d3eb1f

#371feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#371feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#371feb Color CSS Codes

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

#371feb Text Font Color

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

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


#371feb Background Color

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

This div background color is #371feb


#371feb Border Color

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

This div border color is #371feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #371feb


Comments

No comments written yet.

Please login to write comment.