Color Hex Logo

#317cea Color Hex

#317CEA
(49,124,234)
0 Favorites   0 Comments

Color spaces of #317cea

RGB 49124234
HSL0.600.810.55
HSV216°79°92°
CMYK 0.790.470.00   0.08
XYZ23.325621.008880.6676
Yxy21.00880.18660.1681
Hunter Lab45.835410.6267-72.2622
CIE-Lab52.959115.8036-62.0762

#317cea color RGB value is (49,124,234).

#317cea hex color red value is 49, green value is 124 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #317cea hue: 0.60 , saturation: 0.81 and the lightness value of 317cea is 0.55.

The process color (four color CMYK) of #317cea color hex is 0.79, 0.47, 0.00, 0.08. Web safe color of #317cea is #3366ff. Color #317cea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01111100 11101010
Octal 61 174 352
Decimal 49 124 234
Hex 31 7C EA

RGB Percentages of Color #317cea

%12.04
%30.47
%57.49

CMYK Percentages of Color #317cea

%79
%47
%0
%8

Triadic Colors of #317cea

#317cea #ea317c #7cea31

Analogous Colors of #317cea

#317cea #4231ea #31d9ea

Monochromatic Colors of #317cea

#317cea

Complementary Color

#317cea #ea9f31

#317cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#317cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#317cea Color CSS Codes

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

#317cea Text Font Color

<p style="color:#317cea">Text here</p>

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


#317cea Background Color

<div style="background-color:#317cea">
Div content here</div>

This div background color is #317cea


#317cea Border Color

<div style="border:3px solid #317cea">
Div here</div>

This div border color is #317cea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,124,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #317cea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #317cea;
  -webkit-box-shadow: 1px 1px 3px 2px #317cea;
  box-shadow:         1px 1px 3px 2px #317cea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(49,124,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 #317cea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #317cea


Comments

No comments written yet.

Please login to write comment.