color codes Logo

#373fef color codes

#373FEF
(55,63,239)
0 Favorites   0 Comments

Color spaces of #373fef

RGB 5563239
HSL0.660.850.58
HSV237°77°94°
CMYK 0.770.740.00   0.06
XYZ18.933010.599282.7093
Yxy10.59920.16870.0944
Hunter Lab32.556446.8320-127.8363
CIE-Lab38.897155.3843-87.8353

#373fef color RGB value is (55,63,239).

#373fef hex color red value is 55, green value is 63 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #373fef hue: 0.66 , saturation: 0.85 and the lightness value of 373fef is 0.58.

The process color (four color CMYK) of #373fef color code is 0.77, 0.74, 0.00, 0.06. Web safe color of #373fef is #3333ff. Color #373fef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00111111 11101111
Octal 67 77 357
Decimal 55 63 239
Hex 37 3F EF

RGB Percentages of Color #373fef

%15.41
%17.65
%66.95

CMYK Percentages of Color #373fef

%77
%74
%0
%6

Triadic Colors of #373fef

#373fef #ef373f #3fef37

Analogous Colors of #373fef

#373fef #8b37ef #379bef

Monochromatic Colors of #373fef

#373fef

Complementary Color

#373fef #efe737

#373fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#373fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#373fef Color CSS Codes

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

#373fef Text Font Color

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

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


#373fef Background Color

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

This div background color is #373fef


#373fef Border Color

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

This div border color is #373fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #373fef


Comments

No comments written yet.

Please login to write comment.