Color Hex Logo

#3177ee Color Hex

#3177EE
(49,119,238)
0 Favorites   0 Comments

Color spaces of #3177ee

RGB 49119238
HSL0.600.850.56
HSV218°79°93°
CMYK 0.790.500.00   0.07
XYZ23.296120.019783.5253
Yxy20.01970.18370.1578
Hunter Lab44.743414.6369-79.3600
CIE-Lab51.859520.4114-66.0844

#3177ee color RGB value is (49,119,238).

#3177ee hex color red value is 49, green value is 119 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #3177ee hue: 0.60 , saturation: 0.85 and the lightness value of 3177ee is 0.56.

The process color (four color CMYK) of #3177ee color hex is 0.79, 0.50, 0.00, 0.07. Web safe color of #3177ee is #3366ff. Color #3177ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01110111 11101110
Octal 61 167 356
Decimal 49 119 238
Hex 31 77 EE

RGB Percentages of Color #3177ee

%12.07
%29.31
%58.62

CMYK Percentages of Color #3177ee

%79
%50
%0
%7

Triadic Colors of #3177ee

#3177ee #ee3177 #77ee31

Analogous Colors of #3177ee

#3177ee #4931ee #31d6ee

Monochromatic Colors of #3177ee

#3177ee

Complementary Color

#3177ee #eea831

#3177ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3177ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#3177ee Color CSS Codes

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

#3177ee Text Font Color

<p style="color:#3177ee">Text here</p>

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


#3177ee Background Color

<div style="background-color:#3177ee">
Div content here</div>

This div background color is #3177ee


#3177ee Border Color

<div style="border:3px solid #3177ee">
Div here</div>

This div border color is #3177ee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,119,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3177ee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3177ee;
  -webkit-box-shadow: 1px 1px 3px 2px #3177ee;
  box-shadow:         1px 1px 3px 2px #3177ee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(49,119,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3177ee


Comments

No comments written yet.

Please login to write comment.