Color Hex Logo

#317beb Color Hex

#317BEB
(49,123,235)
0 Favorites   0 Comments

Color spaces of #317beb

RGB 49123235
HSL0.600.820.56
HSV216°79°92°
CMYK 0.790.480.00   0.08
XYZ23.345020.817081.3849
Yxy20.81700.18590.1658
Hunter Lab45.625711.4871-73.8208
CIE-Lab52.748616.7976-62.9740

#317beb color RGB value is (49,123,235).

#317beb hex color red value is 49, green value is 123 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #317beb hue: 0.60 , saturation: 0.82 and the lightness value of 317beb is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 01111011 11101011
Octal 61 173 353
Decimal 49 123 235
Hex 31 7B EB

RGB Percentages of Color #317beb

%12.04
%30.22
%57.74

CMYK Percentages of Color #317beb

%79
%48
%0
%8

Triadic Colors of #317beb

#317beb #eb317b #7beb31

Analogous Colors of #317beb

#317beb #4431eb #31d8eb

Monochromatic Colors of #317beb

#317beb

Complementary Color

#317beb #eba131

#317beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#317beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#317beb Color CSS Codes

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

#317beb Text Font Color

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

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


#317beb Background Color

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

This div background color is #317beb


#317beb Border Color

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

This div border color is #317beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #317beb


Comments

No comments written yet.

Please login to write comment.