Color Hex Logo

#371deb Color Hex

#371DEB
(55,29,235)
0 Favorites   0 Comments

Color spaces of #371deb

RGB 5529235
HSL0.690.840.52
HSV248°88°92°
CMYK 0.770.880.00   0.08
XYZ17.01037.689179.1849
Yxy7.68910.16370.0740
Hunter Lab27.729260.9734-149.9009
CIE-Lab33.326869.1542-94.8094

#371deb color RGB value is (55,29,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 00011101 11101011
Octal 67 35 353
Decimal 55 29 235
Hex 37 1D EB

RGB Percentages of Color #371deb

%17.24
%9.09
%73.67

CMYK Percentages of Color #371deb

%77
%88
%0
%8

Triadic Colors of #371deb

#371deb #eb371d #1deb37

Analogous Colors of #371deb

#371deb #9e1deb #1d6aeb

Monochromatic Colors of #371deb

#371deb

Complementary Color

#371deb #d1eb1d

#371deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#371deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#371deb Color CSS Codes

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

#371deb Text Font Color

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

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


#371deb Background Color

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

This div background color is #371deb


#371deb Border Color

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

This div border color is #371deb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(55,29,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 #371deb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #371deb


Comments

No comments written yet.

Please login to write comment.