Color Hex Logo

#370fef Color Hex

#370FEF
(55,15,239)
0 Favorites   0 Comments

Color spaces of #370fef

RGB 5515239
HSL0.700.880.50
HSV251°94°94°
CMYK 0.770.940.00   0.06
XYZ17.32647.385982.1738
Yxy7.38590.16210.0691
Hunter Lab27.177066.2409-160.2484
CIE-Lab32.669873.7211-98.1773

#370fef color RGB value is (55,15,239).

#370fef hex color red value is 55, green value is 15 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #370fef hue: 0.70 , saturation: 0.88 and the lightness value of 370fef is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 00001111 11101111
Octal 67 17 357
Decimal 55 15 239
Hex 37 F EF

RGB Percentages of Color #370fef

%17.80
%4.85
%77.35

CMYK Percentages of Color #370fef

%77
%94
%0
%6

Triadic Colors of #370fef

#370fef #ef370f #0fef37

Analogous Colors of #370fef

#370fef #a70fef #0f57ef

Monochromatic Colors of #370fef

#370fef

Complementary Color

#370fef #c7ef0f

#370fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#370fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#370fef Color CSS Codes

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

#370fef Text Font Color

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

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


#370fef Background Color

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

This div background color is #370fef


#370fef Border Color

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

This div border color is #370fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #370fef


Comments

No comments written yet.

Please login to write comment.