Color Hex Logo

#373ddc Color Hex

#373DDC
(55,61,220)
0 Favorites   0 Comments

Color spaces of #373ddc

RGB 5561220
HSL0.660.700.54
HSV238°75°86°
CMYK 0.750.720.00   0.14
XYZ16.16269.317068.6566
Yxy9.31700.17170.0990
Hunter Lab30.523841.1007-111.9934
CIE-Lab36.587650.3386-80.8343

#373ddc color RGB value is (55,61,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 00111101 11011100
Octal 67 75 334
Decimal 55 61 220
Hex 37 3D DC

RGB Percentages of Color #373ddc

%16.37
%18.15
%65.48

CMYK Percentages of Color #373ddc

%75
%72
%0
%14

Triadic Colors of #373ddc

#373ddc #dc373d #3ddc37

Analogous Colors of #373ddc

#373ddc #8437dc #3790dc

Monochromatic Colors of #373ddc

#373ddc

Complementary Color

#373ddc #dcd637

#373ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#373ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#373ddc Color CSS Codes

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

#373ddc Text Font Color

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

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


#373ddc Background Color

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

This div background color is #373ddc


#373ddc Border Color

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

This div border color is #373ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #373ddc


Comments

No comments written yet.

Please login to write comment.