Color Hex Logo

#377aeb Color Hex

#377AEB
(55,122,235)
0 Favorites   0 Comments

Color spaces of #377aeb

RGB 55122235
HSL0.600.820.57
HSV218°77°92°
CMYK 0.770.480.00   0.08
XYZ23.530520.729581.3583
Yxy20.72950.18730.1650
Hunter Lab45.529712.5749-74.0763
CIE-Lab52.652218.0406-63.1205

#377aeb color RGB value is (55,122,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 01111010 11101011
Octal 67 172 353
Decimal 55 122 235
Hex 37 7A EB

RGB Percentages of Color #377aeb

%13.35
%29.61
%57.04

CMYK Percentages of Color #377aeb

%77
%48
%0
%8

Triadic Colors of #377aeb

#377aeb #eb377a #7aeb37

Analogous Colors of #377aeb

#377aeb #4e37eb #37d4eb

Monochromatic Colors of #377aeb

#377aeb

Complementary Color

#377aeb #eba837

#377aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#377aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#377aeb Color CSS Codes

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

#377aeb Text Font Color

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

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


#377aeb Background Color

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

This div background color is #377aeb


#377aeb Border Color

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

This div border color is #377aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #377aeb


Comments

No comments written yet.

Please login to write comment.