Color Hex Logo

#317dca Color Hex

#317DCA
(49,125,202)
0 Favorites   0 Comments

Color spaces of #317dca

RGB 49125202
HSL0.580.610.49
HSV210°76°79°
CMYK 0.760.380.00   0.21
XYZ19.260919.584558.6421
Yxy19.58450.19760.2009
Hunter Lab44.25440.2437-47.5879
CIE-Lab51.36413.3229-46.5770

#317dca color RGB value is (49,125,202).

#317dca hex color red value is 49, green value is 125 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #317dca hue: 0.58 , saturation: 0.61 and the lightness value of 317dca is 0.49.

The process color (four color CMYK) of #317dca color hex is 0.76, 0.38, 0.00, 0.21. Web safe color of #317dca is #3366cc. Color #317dca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01111101 11001010
Octal 61 175 312
Decimal 49 125 202
Hex 31 7D CA

RGB Percentages of Color #317dca

%13.03
%33.24
%53.72

CMYK Percentages of Color #317dca

%76
%38
%0
%21

Triadic Colors of #317dca

#317dca #ca317d #7dca31

Analogous Colors of #317dca

#317dca #3131ca #31caca

Monochromatic Colors of #317dca

#317dca

Complementary Color

#317dca #ca7e31

#317dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#317dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#317dca Color CSS Codes

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

#317dca Text Font Color

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

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


#317dca Background Color

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

This div background color is #317dca


#317dca Border Color

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

This div border color is #317dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #317dca


Comments

No comments written yet.

Please login to write comment.