Color Hex Logo

#373fde Color Hex

#373FDE
(55,63,222)
0 Favorites   0 Comments

Color spaces of #373fde

RGB 5563222
HSL0.660.720.54
HSV237°75°87°
CMYK 0.750.720.00   0.13
XYZ16.53799.641270.0965
Yxy9.64120.17180.1001
Hunter Lab31.050340.7341-112.1129
CIE-Lab37.190649.8670-80.9853

#373fde color RGB value is (55,63,222).

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

The process color (four color CMYK) of #373fde color hex is 0.75, 0.72, 0.00, 0.13. Web safe color of #373fde is #3333cc. Color #373fde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00111111 11011110
Octal 67 77 336
Decimal 55 63 222
Hex 37 3F DE

RGB Percentages of Color #373fde

%16.18
%18.53
%65.29

CMYK Percentages of Color #373fde

%75
%72
%0
%13

Triadic Colors of #373fde

#373fde #de373f #3fde37

Analogous Colors of #373fde

#373fde #8337de #3793de

Monochromatic Colors of #373fde

#373fde

Complementary Color

#373fde #ded637

#373fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#373fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#373fde Color CSS Codes

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

#373fde Text Font Color

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

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


#373fde Background Color

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

This div background color is #373fde


#373fde Border Color

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

This div border color is #373fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #373fde


Comments

No comments written yet.

Please login to write comment.