Color Hex Logo

#372def Color Hex

#372DEF
(55,45,239)
0 Favorites   0 Comments

Color spaces of #372def

RGB 5545239
HSL0.680.860.56
HSV243°81°94°
CMYK 0.770.810.00   0.06
XYZ18.09398.921082.4296
Yxy8.92100.16530.0815
Hunter Lab29.868055.8653-142.7205
CIE-Lab35.831764.2176-92.9144

#372def color RGB value is (55,45,239).

#372def hex color red value is 55, green value is 45 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #372def hue: 0.68 , saturation: 0.86 and the lightness value of 372def is 0.56.

The process color (four color CMYK) of #372def color hex is 0.77, 0.81, 0.00, 0.06. Web safe color of #372def is #3333ff. Color #372def contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00101101 11101111
Octal 67 55 357
Decimal 55 45 239
Hex 37 2D EF

RGB Percentages of Color #372def

%16.22
%13.27
%70.50

CMYK Percentages of Color #372def

%77
%81
%0
%6

Triadic Colors of #372def

#372def #ef372d #2def37

Analogous Colors of #372def

#372def #982def #2d84ef

Monochromatic Colors of #372def

#372def

Complementary Color

#372def #e5ef2d

#372def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#372def Color Preview on White Background

Lorem ipsum dolor sit amet.

#372def Color CSS Codes

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

#372def Text Font Color

<p style="color:#372def">Text here</p>

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


#372def Background Color

<div style="background-color:#372def">
Div content here</div>

This div background color is #372def


#372def Border Color

<div style="border:3px solid #372def">
Div here</div>

This div border color is #372def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #372def


Comments

No comments written yet.

Please login to write comment.