Color Hex Logo

#370afa Color Hex

#370AFA
(55,10,250)
0 Favorites   0 Comments

Color spaces of #370afa

RGB 5510250
HSL0.700.960.51
HSV251°96°98°
CMYK 0.780.960.00   0.02
XYZ18.93947.931490.9752
Yxy7.93140.16070.0673
Hunter Lab28.162770.7562-171.8129
CIE-Lab33.839677.2165-102.4422

#370afa color RGB value is (55,10,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 00001010 11111010
Octal 67 12 372
Decimal 55 10 250
Hex 37 A FA

RGB Percentages of Color #370afa

%17.46
%3.17
%79.37

CMYK Percentages of Color #370afa

%78
%96
%0
%2

Triadic Colors of #370afa

#370afa #fa370a #0afa37

Analogous Colors of #370afa

#370afa #af0afa #0a55fa

Monochromatic Colors of #370afa

#370afa

Complementary Color

#370afa #cdfa0a

#370afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#370afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#370afa Color CSS Codes

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

#370afa Text Font Color

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

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


#370afa Background Color

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

This div background color is #370afa


#370afa Border Color

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

This div border color is #370afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #370afa


Comments

No comments written yet.

Please login to write comment.