Color Hex Logo

#377aea Color Hex

#377AEA
(55,122,234)
0 Favorites   0 Comments

Color spaces of #377aea

RGB 55122234
HSL0.600.810.57
HSV218°76°92°
CMYK 0.760.480.00   0.08
XYZ23.386420.671880.5994
Yxy20.67180.18760.1658
Hunter Lab45.466312.2488-73.2788
CIE-Lab52.588417.6732-62.6644

#377aea color RGB value is (55,122,234).

#377aea hex color red value is 55, green value is 122 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #377aea hue: 0.60 , saturation: 0.81 and the lightness value of 377aea is 0.57.

The process color (four color CMYK) of #377aea color hex is 0.76, 0.48, 0.00, 0.08. Web safe color of #377aea is #3366ff. Color #377aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01111010 11101010
Octal 67 172 352
Decimal 55 122 234
Hex 37 7A EA

RGB Percentages of Color #377aea

%13.38
%29.68
%56.93

CMYK Percentages of Color #377aea

%76
%48
%0
%8

Triadic Colors of #377aea

#377aea #ea377a #7aea37

Analogous Colors of #377aea

#377aea #4e37ea #37d4ea

Monochromatic Colors of #377aea

#377aea

Complementary Color

#377aea #eaa737

#377aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#377aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#377aea Color CSS Codes

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

#377aea Text Font Color

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

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


#377aea Background Color

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

This div background color is #377aea


#377aea Border Color

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

This div border color is #377aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #377aea


Comments

No comments written yet.

Please login to write comment.