Color Hex Logo

#317aeb Color Hex

#317AEB
(49,122,235)
1 Favorites   0 Comments

Color spaces of #317aeb

RGB 49122235
HSL0.600.820.56
HSV216°79°92°
CMYK 0.790.480.00   0.08
XYZ23.221620.570281.3438
Yxy20.57020.18560.1644
Hunter Lab45.354412.0224-74.5895
CIE-Lab52.475917.4207-63.4137

#317aeb color RGB value is (49,122,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 01111010 11101011
Octal 61 172 353
Decimal 49 122 235
Hex 31 7A EB

RGB Percentages of Color #317aeb

%12.07
%30.05
%57.88

CMYK Percentages of Color #317aeb

%79
%48
%0
%8

Triadic Colors of #317aeb

#317aeb #eb317a #7aeb31

Analogous Colors of #317aeb

#317aeb #4531eb #31d7eb

Monochromatic Colors of #317aeb

#317aeb

Complementary Color

#317aeb #eba231

#317aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#317aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#317aeb Color CSS Codes

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

#317aeb Text Font Color

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

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


#317aeb Background Color

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

This div background color is #317aeb


#317aeb Border Color

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

This div border color is #317aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #317aeb


Comments

No comments written yet.

Please login to write comment.