Color Hex Logo

#370bfb Color Hex

#370BFB
(55,11,251)
0 Favorites   0 Comments

Color spaces of #370bfb

RGB 5511251
HSL0.700.970.51
HSV251°96°98°
CMYK 0.780.960.00   0.02
XYZ19.10788.016691.8071
Yxy8.01660.16070.0674
Hunter Lab28.313670.9142-172.4288
CIE-Lab34.017477.3131-102.7080

#370bfb color RGB value is (55,11,251).

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

The process color (four color CMYK) of #370bfb color hex is 0.78, 0.96, 0.00, 0.02. Web safe color of #370bfb is #3300ff. Color #370bfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00001011 11111011
Octal 67 13 373
Decimal 55 11 251
Hex 37 B FB

RGB Percentages of Color #370bfb

%17.35
%3.47
%79.18

CMYK Percentages of Color #370bfb

%78
%96
%0
%2

Triadic Colors of #370bfb

#370bfb #fb370b #0bfb37

Analogous Colors of #370bfb

#370bfb #af0bfb #0b57fb

Monochromatic Colors of #370bfb

#370bfb

Complementary Color

#370bfb #cffb0b

#370bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#370bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#370bfb Color CSS Codes

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

#370bfb Text Font Color

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

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


#370bfb Background Color

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

This div background color is #370bfb


#370bfb Border Color

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

This div border color is #370bfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #370bfb

Related Colors


Comments

No comments written yet.

Please login to write comment.