Color Hex Logo

#317aca Color Hex

#317ACA
(49,122,202)
0 Favorites   0 Comments

Color spaces of #317aca

RGB 49122202
HSL0.590.610.49
HSV211°76°79°
CMYK 0.760.400.00   0.21
XYZ18.886818.836358.5174
Yxy18.83630.19620.1957
Hunter Lab43.40081.7267-49.5603
CIE-Lab50.49515.1549-47.9599

#317aca color RGB value is (49,122,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 01111010 11001010
Octal 61 172 312
Decimal 49 122 202
Hex 31 7A CA

RGB Percentages of Color #317aca

%13.14
%32.71
%54.16

CMYK Percentages of Color #317aca

%76
%40
%0
%21

Triadic Colors of #317aca

#317aca #ca317a #7aca31

Analogous Colors of #317aca

#317aca #3431ca #31c7ca

Monochromatic Colors of #317aca

#317aca

Complementary Color

#317aca #ca8131

#317aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#317aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#317aca Color CSS Codes

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

#317aca Text Font Color

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

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


#317aca Background Color

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

This div background color is #317aca


#317aca Border Color

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

This div border color is #317aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #317aca


Comments

No comments written yet.

Please login to write comment.