Color Hex Logo

#377ecd Color Hex

#377ECD
(55,126,205)
0 Favorites   0 Comments

Color spaces of #377ecd

RGB 55126205
HSL0.590.600.51
HSV212°73°80°
CMYK 0.730.390.00   0.20
XYZ20.055820.141760.5883
Yxy20.14170.19900.1998
Hunter Lab44.87951.2291-48.6271
CIE-Lab51.99704.5808-47.2664

#377ecd color RGB value is (55,126,205).

#377ecd hex color red value is 55, green value is 126 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #377ecd hue: 0.59 , saturation: 0.60 and the lightness value of 377ecd is 0.51.

The process color (four color CMYK) of #377ecd color hex is 0.73, 0.39, 0.00, 0.20. Web safe color of #377ecd is #3366cc. Color #377ecd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01111110 11001101
Octal 67 176 315
Decimal 55 126 205
Hex 37 7E CD

RGB Percentages of Color #377ecd

%14.25
%32.64
%53.11

CMYK Percentages of Color #377ecd

%73
%39
%0
%20

Triadic Colors of #377ecd

#377ecd #cd377e #7ecd37

Analogous Colors of #377ecd

#377ecd #3b37cd #37c9cd

Monochromatic Colors of #377ecd

#377ecd

Complementary Color

#377ecd #cd8637

#377ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#377ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#377ecd Color CSS Codes

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

#377ecd Text Font Color

<p style="color:#377ecd">Text here</p>

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


#377ecd Background Color

<div style="background-color:#377ecd">
Div content here</div>

This div background color is #377ecd


#377ecd Border Color

<div style="border:3px solid #377ecd">
Div here</div>

This div border color is #377ecd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(55,126,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #377ecd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #377ecd;
  -webkit-box-shadow: 1px 1px 3px 2px #377ecd;
  box-shadow:         1px 1px 3px 2px #377ecd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #377ecd


Comments

No comments written yet.

Please login to write comment.