Color Hex Logo

#370beb Color Hex

#370BEB
(55,11,235)
0 Favorites   0 Comments

Color spaces of #370beb

RGB 5511235
HSL0.700.910.48
HSV252°95°92°
CMYK 0.770.950.00   0.08
XYZ16.69067.049779.0783
Yxy7.04970.16230.0686
Hunter Lab26.551365.7435-157.9990
CIE-Lab31.919873.4426-97.1546

#370beb color RGB value is (55,11,235).

#370beb hex color red value is 55, green value is 11 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #370beb hue: 0.70 , saturation: 0.91 and the lightness value of 370beb is 0.48.

The process color (four color CMYK) of #370beb color hex is 0.77, 0.95, 0.00, 0.08. Web safe color of #370beb is #3300ff. Color #370beb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00001011 11101011
Octal 67 13 353
Decimal 55 11 235
Hex 37 B EB

RGB Percentages of Color #370beb

%18.27
%3.65
%78.07

CMYK Percentages of Color #370beb

%77
%95
%0
%8

Triadic Colors of #370beb

#370beb #eb370b #0beb37

Analogous Colors of #370beb

#370beb #a70beb #0b4feb

Monochromatic Colors of #370beb

#370beb

Complementary Color

#370beb #bfeb0b

#370beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#370beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#370beb Color CSS Codes

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

#370beb Text Font Color

<p style="color:#370beb">Text here</p>

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


#370beb Background Color

<div style="background-color:#370beb">
Div content here</div>

This div background color is #370beb


#370beb Border Color

<div style="border:3px solid #370beb">
Div here</div>

This div border color is #370beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #370beb


Comments

No comments written yet.

Please login to write comment.