Color Hex Logo

#373deb Color Hex

#373DEB
(55,61,235)
0 Favorites   0 Comments

Color spaces of #373deb

RGB 5561235
HSL0.660.820.57
HSV238°77°92°
CMYK 0.770.740.00   0.08
XYZ18.239710.147979.5947
Yxy10.14790.16890.0940
Hunter Lab31.855846.4564-125.8427
CIE-Lab38.106655.1828-86.8782

#373deb color RGB value is (55,61,235).

#373deb hex color red value is 55, green value is 61 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #373deb hue: 0.66 , saturation: 0.82 and the lightness value of 373deb is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 00111101 11101011
Octal 67 75 353
Decimal 55 61 235
Hex 37 3D EB

RGB Percentages of Color #373deb

%15.67
%17.38
%66.95

CMYK Percentages of Color #373deb

%77
%74
%0
%8

Triadic Colors of #373deb

#373deb #eb373d #3deb37

Analogous Colors of #373deb

#373deb #8b37eb #3797eb

Monochromatic Colors of #373deb

#373deb

Complementary Color

#373deb #ebe537

#373deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#373deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#373deb Color CSS Codes

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

#373deb Text Font Color

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

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


#373deb Background Color

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

This div background color is #373deb


#373deb Border Color

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

This div border color is #373deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #373deb


Comments

No comments written yet.

Please login to write comment.