Color Hex Logo

#313fca Color Hex

#313FCA
(49,63,202)
0 Favorites   0 Comments

Color spaces of #313fca

RGB 4963202
HSL0.650.610.49
HSV235°76°79°
CMYK 0.760.690.00   0.21
XYZ13.70488.472256.7901
Yxy8.47220.17360.1073
Hunter Lab29.107033.1079-95.3045
CIE-Lab34.947642.5876-73.1501

#313fca color RGB value is (49,63,202).

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

The process color (four color CMYK) of #313fca color hex is 0.76, 0.69, 0.00, 0.21. Web safe color of #313fca is #3333cc. Color #313fca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00111111 11001010
Octal 61 77 312
Decimal 49 63 202
Hex 31 3F CA

RGB Percentages of Color #313fca

%15.61
%20.06
%64.33

CMYK Percentages of Color #313fca

%76
%69
%0
%21

Triadic Colors of #313fca

#313fca #ca313f #3fca31

Analogous Colors of #313fca

#313fca #7031ca #318cca

Monochromatic Colors of #313fca

#313fca

Complementary Color

#313fca #cabc31

#313fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#313fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#313fca Color CSS Codes

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

#313fca Text Font Color

<p style="color:#313fca">Text here</p>

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


#313fca Background Color

<div style="background-color:#313fca">
Div content here</div>

This div background color is #313fca


#313fca Border Color

<div style="border:3px solid #313fca">
Div here</div>

This div border color is #313fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #313fca


Comments

No comments written yet.

Please login to write comment.