Color Hex Logo

#317dee Color Hex

#317DEE
(49,125,238)
0 Favorites   0 Comments

Color spaces of #317dee

RGB 49125238
HSL0.600.850.56
HSV216°79°93°
CMYK 0.790.470.00   0.07
XYZ24.032921.493283.7709
Yxy21.49320.18590.1662
Hunter Lab46.360811.4011-74.6807
CIE-Lab53.485116.6691-63.4609

#317dee color RGB value is (49,125,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 01111101 11101110
Octal 61 175 356
Decimal 49 125 238
Hex 31 7D EE

RGB Percentages of Color #317dee

%11.89
%30.34
%57.77

CMYK Percentages of Color #317dee

%79
%47
%0
%7

Triadic Colors of #317dee

#317dee #ee317d #7dee31

Analogous Colors of #317dee

#317dee #4431ee #31dcee

Monochromatic Colors of #317dee

#317dee

Complementary Color

#317dee #eea231

#317dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#317dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#317dee Color CSS Codes

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

#317dee Text Font Color

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

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


#317dee Background Color

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

This div background color is #317dee


#317dee Border Color

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

This div border color is #317dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #317dee


Comments

No comments written yet.

Please login to write comment.