Color Hex Logo

#317adc Color Hex

#317ADC
(49,122,220)
0 Favorites   0 Comments

Color spaces of #317adc

RGB 49122220
HSL0.600.710.53
HSV214°78°86°
CMYK 0.780.450.00   0.14
XYZ21.144419.739370.4058
Yxy19.73930.19000.1774
Hunter Lab44.42897.2002-62.8556
CIE-Lab51.541211.8369-56.4966

#317adc color RGB value is (49,122,220).

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

The process color (four color CMYK) of #317adc color hex is 0.78, 0.45, 0.00, 0.14. Web safe color of #317adc is #3366cc. Color #317adc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01111010 11011100
Octal 61 172 334
Decimal 49 122 220
Hex 31 7A DC

RGB Percentages of Color #317adc

%12.53
%31.20
%56.27

CMYK Percentages of Color #317adc

%78
%45
%0
%14

Triadic Colors of #317adc

#317adc #dc317a #7adc31

Analogous Colors of #317adc

#317adc #3d31dc #31d0dc

Monochromatic Colors of #317adc

#317adc

Complementary Color

#317adc #dc9331

#317adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#317adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#317adc Color CSS Codes

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

#317adc Text Font Color

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

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


#317adc Background Color

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

This div background color is #317adc


#317adc Border Color

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

This div border color is #317adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #317adc


Comments

No comments written yet.

Please login to write comment.