Color Hex Logo

#317acc Color Hex

#317ACC
(49,122,204)
0 Favorites   0 Comments

Color spaces of #317acc

RGB 49122204
HSL0.590.610.50
HSV212°76°80°
CMYK 0.760.400.00   0.20
XYZ19.125218.931759.7729
Yxy18.93170.19550.1935
Hunter Lab43.51062.3167-50.9926
CIE-Lab50.60725.8943-48.9213

#317acc color RGB value is (49,122,204).

#317acc hex color red value is 49, green value is 122 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #317acc hue: 0.59 , saturation: 0.61 and the lightness value of 317acc is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 01111010 11001100
Octal 61 172 314
Decimal 49 122 204
Hex 31 7A CC

RGB Percentages of Color #317acc

%13.07
%32.53
%54.40

CMYK Percentages of Color #317acc

%76
%40
%0
%20

Triadic Colors of #317acc

#317acc #cc317a #7acc31

Analogous Colors of #317acc

#317acc #3531cc #31c8cc

Monochromatic Colors of #317acc

#317acc

Complementary Color

#317acc #cc8331

#317acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#317acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#317acc Color CSS Codes

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

#317acc Text Font Color

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

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


#317acc Background Color

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

This div background color is #317acc


#317acc Border Color

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

This div border color is #317acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #317acc


Comments

No comments written yet.

Please login to write comment.