Color Hex Logo

#317cca Color Hex

#317CCA
(49,124,202)
0 Favorites   0 Comments

Color spaces of #317cca

RGB 49124202
HSL0.580.610.49
HSV211°76°79°
CMYK 0.760.390.00   0.21
XYZ19.134919.332558.6001
Yxy19.33250.19710.1992
Hunter Lab43.96870.7367-48.2417
CIE-Lab51.07403.9319-47.0384

#317cca color RGB value is (49,124,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 01111100 11001010
Octal 61 174 312
Decimal 49 124 202
Hex 31 7C CA

RGB Percentages of Color #317cca

%13.07
%33.07
%53.87

CMYK Percentages of Color #317cca

%76
%39
%0
%21

Triadic Colors of #317cca

#317cca #ca317c #7cca31

Analogous Colors of #317cca

#317cca #3331ca #31c9ca

Monochromatic Colors of #317cca

#317cca

Complementary Color

#317cca #ca7f31

#317cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#317cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#317cca Color CSS Codes

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

#317cca Text Font Color

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

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


#317cca Background Color

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

This div background color is #317cca


#317cca Border Color

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

This div border color is #317cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #317cca


Comments

No comments written yet.

Please login to write comment.